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 add origin2 https://github.com/Company_Name/repository_name.git
and for push use:
git push -u origin2 master