From cf90c6668035d973f9ab5bfa848d6098112e9ff3 Mon Sep 17 00:00:00 2001 From: Malfurious Date: Mon, 3 Mar 2025 03:33:13 -0500 Subject: git: Update general options --- .gitconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.gitconfig b/.gitconfig index 842a856..cffb771 100644 --- a/.gitconfig +++ b/.gitconfig @@ -11,13 +11,20 @@ skippedCherryPicks = false statusHints = false statusUoption = false +[checkout] + defaultRemote = origin [diff] colorMoved = dimmed-zebra colorMovedWS = allow-indentation-change renames = copies tool = vimdiff +[fetch] + all = true + prune = true [help] autoCorrect = never +[interactive] + singleKey = true [merge] log = true tool = vimdiff @@ -26,8 +33,11 @@ default = current followTags = true [rebase] + abbreviateCommands = true + missingCommitsCheck = error stat = true [rerere] + autoUpdate = true enabled = true [sendemail] annotate = true @@ -38,5 +48,6 @@ relativePaths = false [tag] gpgSign = true + sort = version:refname [user] useConfigOnly = true -- cgit v1.2.3