Can a project have two (or more) “origins” in Git?
I would like to push a single project to both github and a Heroku server.
Specifically, this error appears when adding the github repository:
$ git remote add origin https://github.com/Company_Name/repository_name.git
fatal: remote origin already exists.