1
0

Update gitconfig template

This commit is contained in:
2025-03-01 10:44:10 +03:00
parent 8464b12607
commit 0232db25cb

View File

@@ -1,13 +1,29 @@
[user] [user]
name = {{ .username }} name = {{ .username }}
email = {{ .email }} email = {{ .email }}
[push] [push]
default = simple default = simple
[commit] [commit]
verbose = true verbose = true
[init] [init]
defaultBranch = main defaultBranch = main
[pull] [pull]
ff = only ff = only
[column]
ui = auto
[branch]
sort = -committerdate
[tag]
sort = version:refname
[diff]
algorithm = histogram
colorMoved = plain
mnemonicPrefix = true
renames = true
[fetch]
prune = true
pruneTags = true
[rebase]
updateRefs = true
[merge]
conflictstyle = zdiff3