21 lines
335 B
INI
21 lines
335 B
INI
[core]
|
|
editor = vim
|
|
preloadindex = true
|
|
fscache = true
|
|
[push]
|
|
default = simple
|
|
[init]
|
|
defaultBranch = main
|
|
[pull]
|
|
rebase = false
|
|
[diff]
|
|
tool = vimdiff
|
|
[merge]
|
|
tool = vimdiff
|
|
[difftool]
|
|
prompt = false
|
|
[filter "lfs"]
|
|
process = git-lfs filter-process
|
|
required = true
|
|
clean = git-lfs clean -- %f
|
|
smudge = git-lfs smudge -- %f
|