home-config/gitconfig

adf9cb015d85d0014968b07a77d107ba81e962c9 · 260 B · 14 lines raw

1 [user]
2 email = ryan@rschanz.org
3 name = Ryan Schanzenbacher
4 [commit]
5 gpgSign = true
6 [filter "lfs"]
7 clean = git-lfs clean -- %f
8 smudge = git-lfs smudge -- %f
9 process = git-lfs filter-process
10 required = true
11 [color]
12 ui = auto
13 [init]
14 defaultBranch = main