Answers for "Push existing folder"

0

Push existing folder

cd existing_folder
git init --initial-branch=main
git remote add origin [email protected]:agillia/bga-vetements.git
git add .
git commit -m "Initial commit"
git push -u origin main
Posted by: Guest on March-02-2022

Code answers related to "Push existing folder"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language