summaryrefslogtreecommitdiffstats
path: root/.gitconfig
diff options
context:
space:
mode:
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig29
1 files changed, 29 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig
new file mode 100644
index 0000000..fffaeca
--- /dev/null
+++ b/.gitconfig
@@ -0,0 +1,29 @@
+[advice]
+ addIgnoredFile = false
+ detachedHead = false
+ implicitIdentity = false
+ pushNonFastForward = false
+ pushUpdateRejected = false
+ resolveConflict = false
+ statusHints = false
+ statusUoption = false
+[help]
+ autoCorrect = never
+[user]
+ useConfigOnly = true
+[diff]
+ colorMoved = dimmed-zebra
+ colorMovedWS = allow-indentation-change
+ renames = copies
+ tool = vimdiff
+[merge]
+ log = true
+ tool = vimdiff
+[rebase]
+ stat = true
+[rerere]
+ enabled = true
+[push]
+ followTags = true
+[tag]
+ gpgSign = true