Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upFeature request - push to a different branch #441
Comments
DanPristupov
added this to the 1.0.73 milestone
Dec 1, 2018
This comment has been minimized.
This comment has been minimized.
I implemented the ability to push to any remote branch in 1.0.73 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cyberwombat commentedOct 19, 2018
In Tower I am able to push to a different branch - for Heroku for example I must always push to master
git push heroku testbranch:master
. It would be great to be able to do so in Fork. I don't see a way now?