gitconfig update with rerere auto flag

This commit is contained in:
2024-10-25 17:51:50 +09:00
parent 35e026bbf5
commit f96ce7b3f5

View File

@@ -28,6 +28,7 @@
conflictStyle = zdiff3 conflictStyle = zdiff3
[rerere] [rerere]
enabled = true enabled = true
autoupdate = true
[color] [color]
ui = true ui = true
# https://www.kernel.org/pub/software/scm/git/docs/git-config.html # https://www.kernel.org/pub/software/scm/git/docs/git-config.html