Skip to content

Instantly share code, notes, and snippets.

@lukearmstrong
Last active December 11, 2015 22:49
Show Gist options
  • Save lukearmstrong/4672431 to your computer and use it in GitHub Desktop.
Save lukearmstrong/4672431 to your computer and use it in GitHub Desktop.
forward port bugs onto minor
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