Created
August 26, 2020 10:00
-
-
Save anaumov/73d615dc43d7b3eef298df8355552134 to your computer and use it in GitHub Desktop.
Rebase all commits in branch to separate branch after merge to master
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 live $(git merge-base --fork-point master) $(git branch --show-current) |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mastermasterNow you need to apply these commits to
livebranch. Go ahead and run this script!