summaryrefslogtreecommitdiff
path: root/.gitconfig
diff options
context:
space:
mode:
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig
index a11157f..2b6e3aa 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -16,9 +16,18 @@
rebase = false
[push]
autoSetupRemote = true
+ default = simple
+ followTags = true
[hub]
protocol = ssh
[init]
defaultBranch = main
[core]
excludesfile = ~/.gitignore_global
+[diff]
+ algorithm = histogram
+ colorMoved = plain
+ mnemonicPrefix = true
+ renames = true
+[commit]
+ verbose = true