scripts/applications/gitconfig

23 lines
377 B
Plaintext

[user]
email = marrub.xz@gmail.com
name = Alison Watson
[core]
editor = vi
[gui]
spellingdictionary = none
[pull]
ff = only
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[diff]
guitool = kdiff3
[difftool]
prompt = false
[difftool.kdiff3]
trustExitCode = false
[init]
defaultBranch = main