[Heroku] How to git push Branches Other Than master
I’ll introduce how to git push branches other than the master branch to Heroku.
git push heroku branch_name:master
That’s all from the Gemba.