git: improve config
This commit is contained in:
parent
ae2bf38891
commit
97ebdfa5f4
18
git/config
18
git/config
@ -29,12 +29,14 @@
|
||||
[credential]
|
||||
helper = cache
|
||||
[help]
|
||||
autocorrect = -1
|
||||
autocorrect = prompt
|
||||
[rerere]
|
||||
enabled = true
|
||||
autoupdate = true
|
||||
[rebase]
|
||||
autosquash = true
|
||||
autostassh = true
|
||||
autoSquash = true
|
||||
autoStash = true
|
||||
updateRefs = true
|
||||
# vim: set filetype=gitconfig:
|
||||
[pull]
|
||||
rebase = true
|
||||
@ -42,3 +44,13 @@
|
||||
defaultBranch = main
|
||||
[diff "ansible-vault"]
|
||||
textconv = ansible-vault view
|
||||
[column]
|
||||
ui = auto
|
||||
[branch]
|
||||
sort = -committerdate
|
||||
[tag]
|
||||
sort = version:refname
|
||||
[fetch]
|
||||
prune = true
|
||||
pruneTags = true
|
||||
all = true
|
||||
|
Loading…
x
Reference in New Issue
Block a user