Answers for "how to specify repository when push remote"

0

how to push code to another remote git repository

git remote rename origin upstream
git remote add origin URL_TO_GITHUB_REPO
git push origin master
Posted by: Guest on January-05-2021

Code answers related to "how to specify repository when push remote"

Browse Popular Code Answers by Language