Following Heroku's deployment tutorial, I need to push my code to the heroku
remote's master
. I am currently on feature_branch
, and need to deploy the code on this branch.
git push heroku feature_branch master
is not working
How do I push feature_branch
to master
on of my remote?