summaryrefslogtreecommitdiffstats
path: root/.gitconfig
diff options
context:
space:
mode:
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig
index fffaeca..6237e44 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -5,12 +5,15 @@
pushNonFastForward = false
pushUpdateRejected = false
resolveConflict = false
+ skippedCherryPicks = false
statusHints = false
statusUoption = false
[help]
autoCorrect = never
[user]
useConfigOnly = true
+[status]
+ relativePaths = false
[diff]
colorMoved = dimmed-zebra
colorMovedWS = allow-indentation-change
@@ -24,6 +27,11 @@
[rerere]
enabled = true
[push]
+ autoSetupRemote = true
+ default = current
followTags = true
[tag]
gpgSign = true
+[sendemail]
+ annotate = true
+ multiEdit = false