how to change from one repository to another in git code example
Example: github push code from one repo to another
cd rhq
git push https://github.com/user/example master:master
cd rhq
git push https://github.com/user/example master:master