Future Reference Git Commands Adding a Second Remote Origin $ git remote add second https://github.com/username/second-repo.git $ git remote -v is helpful here Adding Pushurls For a Given Remote $ git remote set-url --add --push origin git://original/repo.git git remote set-url --add --push origin git://another/repo.git