how to push to a particular repository github code example
Example: 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
git remote rename origin upstream
git remote add origin URL_TO_GITHUB_REPO
git push origin master