how to push code from one repo to another repo 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