Skip to content

Instantly share code, notes, and snippets.

@skobba
Created July 31, 2019 08:12
Show Gist options
  • Select an option

  • Save skobba/22d5bcc32371cfff7c9bfa5d753e33a7 to your computer and use it in GitHub Desktop.

Select an option

Save skobba/22d5bcc32371cfff7c9bfa5d753e33a7 to your computer and use it in GitHub Desktop.
git interactive rebase
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