Update gitconfig template
This commit is contained in:
@@ -5,9 +5,25 @@
|
||||
default = simple
|
||||
[commit]
|
||||
verbose = true
|
||||
|
||||
[init]
|
||||
defaultBranch = main
|
||||
[pull]
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user