From ca6730cf144969f7b0aa0b767c6221a7b06f9cab Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Mon, 26 Aug 2024 16:34:22 -0700 Subject: [PATCH] mu --- .gitconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitconfig b/.gitconfig index 6c0ef55..61ac29a 100644 --- a/.gitconfig +++ b/.gitconfig @@ -88,6 +88,7 @@ enabled = true autoUpdate = true [branch] + autoSetupMerge = simple sort = -committerdate [log] follow = true @@ -132,8 +133,6 @@ keepBackup = false [mergetool "vimdiff"] path = nvim -[mergetool "nvimdiff"] - cmd = nvim -d \"$BASE\" \"$LOCAL\" \"$REMOTE\" \"$MERGED\" [mergetool "sourcetree"] cmd = /Applications/SourceTree.app/Contents/Resources/opendiff-w.sh \"$LOCAL\" \"$REMOTE\" -ancestor \"$BASE\" -merge \"$MERGED\" trustExitCode = true