Examples (3)
Enable rerere globally
git config --global rerere.enabled trueForget a file's recorded resolution
git rerere forget path/to/fileCheck the status of recorded resolutions
git rerere statusmade by @shridhargupta | data from tldr-pages
Enable rerere globally
git config --global rerere.enabled trueForget a file's recorded resolution
git rerere forget path/to/fileCheck the status of recorded resolutions
git rerere status