Last active
July 27, 2017 18:37
-
-
Save jayv/02e31258a7a90ab2aad1f7e801a04cc8 to your computer and use it in GitHub Desktop.
git rebase transplant
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 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