Answers for "repo from github terminal push to your own 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 "repo from github terminal push to your own repo"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language