27 lines
378 B
Plaintext
27 lines
378 B
Plaintext
[core]
|
|
eol = lf
|
|
|
|
[init]
|
|
defaultBranch = main
|
|
|
|
[pull]
|
|
ff = only
|
|
|
|
[pager]
|
|
branch = false
|
|
config = false
|
|
stash = false
|
|
|
|
[diff]
|
|
tool = vimdiff
|
|
guitool = gvimdiff
|
|
|
|
[diff "ansible-vault"]
|
|
textconv = ansible-vault view
|
|
|
|
[alias]
|
|
graph = log --all --graph --decorate --oneline
|
|
|
|
[credential]
|
|
helper = /usr/lib/git-core/git-credential-libsecret
|