diff options
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 |