Answers for "link an existing local git to remote repo"

0

link an existing local git to remote repo

git remote add origin <url>
git push -u origin main
Posted by: Guest on June-18-2021

Code answers related to "link an existing local git to remote repo"

Browse Popular Code Answers by Language