Inspect the patch currently being replayed.
Section: Interactive Rebase Basics
Show current patch during rebase
bash
bash
git rebase --show-current-patchExplanation
Useful when a rebase stops on a conflict and you want to see the exact patch Git is trying to apply.
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
Edit rebase todo during a rebase
Open the rebase todo list while a rebase is in progress.
Continue rebase after resolving conflicts
Resume the rebase once conflicts are fixed.
Skip the current patch during rebase
Omit the commit currently being replayed.
Take ours side for a conflicted file
Resolve one conflicted path using the current branch side.