Answers for "pushing an existing rep from command line to github repo"

0

pushing an existing rep from command line to github repo

git remote add origin https://github.com/Mo-Aziz/React-shopping-cart.git
git branch -M main
git push -u origin main
Posted by: Guest on May-26-2021

Code answers related to "pushing an existing rep from command line to github repo"

Browse Popular Code Answers by Language