A walkthrough of using GitLens in VS Code to simplify the git interactive rebase workflow. Covers the traditional CLI approach with `git rebase -i`, then shows how GitLens provides a visual interface with drag-and-drop commit reordering and dropdown action selectors. Also highlights that enabling GitLens's interactive rebase feature automatically replaces the default text-based rebase editor when running `git rebase -i` from the terminal.
Sort: