Skip to content

Commit

Permalink
feat(git): enable rerere
Browse files Browse the repository at this point in the history
aka, "Reuse Recorded Resolution"
  • Loading branch information
eliasnorrby committed Sep 30, 2020
1 parent 275a41d commit 8e516fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions shell/git/config
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@
smudge = git-lfs smudge -- %f
[pull]
rebase = true
[merge]
conflictstyle = diff3

0 comments on commit 8e516fa

Please sign in to comment.