Skip to content

Instantly share code, notes, and snippets.

@draber06
Created July 19, 2024 14:18
Show Gist options
  • Save draber06/99518d1755aef7f81886bdc6fab48cdb to your computer and use it in GitHub Desktop.
Save draber06/99518d1755aef7f81886bdc6fab48cdb to your computer and use it in GitHub Desktop.
Enable git rerere - auto resolve conflicts
git config --global rerere.enabled true && git config --global rerere.autoUpdate true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment