Enable git rerere

For merge conflict resolution replay. Very convenient!
master
Jordan Atwood 3 months ago
parent 63b8afbeb9
commit a4e10ab65b
Signed by: nightfirecat
GPG Key ID: 615A619C2D73A6DF
  1. 2
      src/.gitconfig

@ -94,6 +94,8 @@
fetch = +refs/notes/*:refs/notes/*
[remote.upstream]
fetch = +refs/notes/*:refs/notes/*
[rerere]
enabled = true
[status]
submodulesummary = true
[submodule]

Loading…
Cancel
Save