Answers for "…or push an existing repository from the command line"

0

…or push an existing repository from the command line

git remote add origin https://github.com/davidotu/myfinal_project.git
git branch -M main
git push -u origin main
Posted by: Guest on June-03-2021

Code answers related to "…or push an existing repository from the command line"

Browse Popular Code Answers by Language