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