git: improve config
This commit is contained in:
parent
ae2bf38891
commit
97ebdfa5f4
18
git/config
18
git/config
@ -29,12 +29,14 @@
|
|||||||
[credential]
|
[credential]
|
||||||
helper = cache
|
helper = cache
|
||||||
[help]
|
[help]
|
||||||
autocorrect = -1
|
autocorrect = prompt
|
||||||
[rerere]
|
[rerere]
|
||||||
enabled = true
|
enabled = true
|
||||||
|
autoupdate = true
|
||||||
[rebase]
|
[rebase]
|
||||||
autosquash = true
|
autoSquash = true
|
||||||
autostassh = true
|
autoStash = true
|
||||||
|
updateRefs = true
|
||||||
# vim: set filetype=gitconfig:
|
# vim: set filetype=gitconfig:
|
||||||
[pull]
|
[pull]
|
||||||
rebase = true
|
rebase = true
|
||||||
@ -42,3 +44,13 @@
|
|||||||
defaultBranch = main
|
defaultBranch = main
|
||||||
[diff "ansible-vault"]
|
[diff "ansible-vault"]
|
||||||
textconv = ansible-vault view
|
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