Open the rebase todo list while a rebase is in progress.
Section: Interactive Rebase Basics
Edit rebase todo during a rebase
bash
bash
git rebase --edit-todoExplanation
Helpful when you need to change the sequence or actions after the rebase has already started.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Interactive Rebase Basics
Show current patch during rebase
Inspect the patch currently being replayed.
Continue rebase after resolving conflicts
Resume the rebase once conflicts are fixed.
Skip the current patch during rebase
Omit the commit currently being replayed.