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 appea
git remote set-url --add --push origin git@github.com:user/my-project.git git remote set-url --add --push origin git@bitbucket.org:user/my-project.git
Now you have 2 origins.