Skip to content

Instantly share code, notes, and snippets.

@jayv
Last active July 27, 2017 18:37
Show Gist options
  • Save jayv/02e31258a7a90ab2aad1f7e801a04cc8 to your computer and use it in GitHub Desktop.
Save jayv/02e31258a7a90ab2aad1f7e801a04cc8 to your computer and use it in GitHub Desktop.
git rebase transplant
git rebase --onto <target> <common-forkpoint> <feature>
will detach <feature> from <common-forkpoint> and reattach on top of <target>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment