I have a repository for which I am working on my separate branch away from master branch.
Now When I try to deploy the code to Heroku, It tries to deploy the master branch of that git repository. How can I specify heroku to deploy using branch I am specifying.
I have tried using following command but it takes 0 objects (0 total, 0 reused)
git push heroku mybranch/master:master
Repository is hosted on heroku. Let me know if more output is needed.
Thanks @pat and @benorenstein It works now. I tried to find using the google but I am not sure where I made mistake. I will try to be more thorough in my googling before I post here. Apologize for that.