Git push a cloned repository to a new remote repository git remote rename origin upstream git remote add origin NEW_REMOTE_REPOSITORY git push origin master