Answers for "git push functions code"

0

git push functions code

echo "# CrossPlatform_GGM" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/richabatra/CrossPlatform_GGM.git
git push -u origin main
Posted by: Guest on April-28-2021

Browse Popular Code Answers by Language