How to push a different branch to heroku instead of master
To push a different branch to heroku instead of master you just need to:
git push heroku <YOUR_BRANCH>:master
e.g.,
If you want to push a branch called 'heroku' to heroku you should:
git push heroku heroku:master
Written by Victor Soto
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Heroku
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#