Pushing my local branch to Heroku master

If I’m remembering correctly, you just need to reverse things:

git push heroku master:some-feature-branch

I’ve only pushed from local feature branches myself.