Created
July 31, 2019 08:12
-
-
Save skobba/22d5bcc32371cfff7c9bfa5d753e33a7 to your computer and use it in GitHub Desktop.
git interactive rebase
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
| 1) Rebase from VS Code | |
| 2) Select rebase plan (select interactive) in VS Code | |
| 3) If conflict -> solve conflicts in VS Code | |
| 4) Add changes | |
| git add <files> (or in VS Code) | |
| 5) rebase | |
| git rebase --continue | |
| 6) Goto 3 according to plan |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment