Answers for "git how to push another code to a repo"

1

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
0

github push code from one repo to another

cd rhq
git push https://github.com/user/example master:master
Posted by: Guest on June-08-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language