Wepchnij istniejący folder

cd existing_folder
git init --initial-branch=main
git remote add origin https://gitlab.com/LakshanWijerathne1234/test_8.git
git add .
git commit -m "Initial commit"
git push -u origin main
Lakshan Wijerathne