Answers for "pushing an existing repository from cmd"

0

pushing an existing repository from cmd

git remote add origin <url>
git branch -M main
git push -u origin main
Posted by: Guest on July-24-2021

Code answers related to "pushing an existing repository from cmd"

Browse Popular Code Answers by Language