23 lines
308 B
Text
23 lines
308 B
Text
[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
|