From f96ce7b3f5b40310cd4d65013eaedd3eb2ec6b78 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Fri, 25 Oct 2024 17:51:50 +0900 Subject: [PATCH] gitconfig update with rerere auto flag --- etc/gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/gitconfig b/etc/gitconfig index 108d22f..c9911b5 100644 --- a/etc/gitconfig +++ b/etc/gitconfig @@ -28,6 +28,7 @@ conflictStyle = zdiff3 [rerere] enabled = true + autoupdate = true [color] ui = true # https://www.kernel.org/pub/software/scm/git/docs/git-config.html