Remove recorded conflict-resolution data.

Section: Rerere and Repeated Conflict Resolution

Clear rerere state

bash
bash
git rerere clear
Explanation

Helpful if rerere recorded an incorrect or unwanted resolution pattern.

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 Rerere and Repeated Conflict Resolution
Enable rerere
Record and reuse conflict resolutions automatically.
OpenIn sheetbashsame section
Show rerere diff
Inspect what rerere has recorded for conflict resolutions.
OpenIn sheetbashsame section
Create a named stash
Save tracked changes with a message.
OpenIn sheetbash1 tag match
List worktrees
Show all linked working trees for the repository.
OpenIn sheetbash1 tag match
Preview untracked file deletion
Dry-run a cleanup of untracked files.
OpenIn sheetbash1 tag match
Stash unstaged changes only
Keep staged changes in the index and stash the rest.
OpenIn sheetbash1 tag match