Um projeto pode ter duas (ou mais) "origens" no Git?
Eu gostaria de enviar um único projeto ao github e ao servidor Heroku .
Especificamente, esse erro aparece ao adicionar o repositório do github:
$ git remote add origin https://github.com/Company_Name/repository_name.git
fatal: remote origin already exists.
git remote rename <old> <new>
: linux.die.net/man/1/git-remote . Mas você também pode nomear o repositório Github diferente ...