Answers for "how to push in git for the first time"

0

how to push in git for the first time

echo "# my-pfe-informatique-mobile" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/TaherSaid/my-pfe-informatique-mobile.git
git push -u origin main
Posted by: Guest on May-10-2021

Browse Popular Code Answers by Language