Currently I have to submit stuff via: git push heroku master
Heroku is not the origin for some reason, github is – I don’t want it to be though – I think it’s because I downloaded the GitHub desktop client anyways.
Anyways – how do I make heroku the origin?
Use:
git remote set-url origin git@heroku.com:<repo>.git