scripts/applications/gitconfig

23 lines
377 B
Plaintext
Raw Normal View History

2019-07-12 08:57:11 -07:00
[user]
email = marrub.xz@gmail.com
name = Alison Watson
[core]
2020-04-20 18:16:46 -07:00
editor = vi
2019-07-12 08:57:11 -07:00
[gui]
spellingdictionary = none
2020-08-31 17:41:21 -07:00
[pull]
ff = only
2021-06-20 06:49:46 -07:00
[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