Git Advanced Cheat Sheet/Check rerere status

Inspect recorded conflict-resolution reuse state.

Section: Advanced Working Tree Management

Check rerere status

bash
bash
git rerere status
Explanation

`rerere` can save time during repeated conflict resolution in long-lived branches or repeated rebases.

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 Advanced Working Tree Management
Create an additional worktree for a branch
Check out another branch in a separate directory without cloning again.
OpenIn sheetbashsame section
Stash including untracked files
Save tracked and untracked work temporarily.
OpenIn sheetbashsame section
Preview removal of untracked files and directories
Dry-run a repository cleanup before deleting anything.
OpenIn sheetbashsame section
Interactive rebase preserving merges
Rebase while preserving merge topology.
OpenIn sheetbash2 tag match
Interactive rebase last 5 commits
Open the last 5 commits in the interactive rebase todo list.
OpenIn sheetbash1 tag match
Show reflog with local timestamps
Inspect branch and HEAD movements with readable times.
OpenIn sheetbash1 tag match