summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitconfig11
1 files changed, 11 insertions, 0 deletions
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