Last active
December 11, 2015 22:49
-
-
Save lukearmstrong/4672431 to your computer and use it in GitHub Desktop.
forward port bugs onto minor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git co -b feature-forwardport bugs | |
git rebase -p --onto minor $HASH feature-forwardport | |
git close -d -r $PULL_REQUEST_ID minor | |
git push origin minor |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment