Update .gitconfig

This commit is contained in:
Devin Haska 2025-05-27 12:15:55 -07:00
parent 429fbd3b10
commit c276a8bac7

View file

@ -1,10 +1,13 @@
[user]
email = devinwl@users.noreply.github.com
name = Devin Lumley
email = wonderfulfrog@users.noreply.github.com
name = Devin Haska
[core]
editor = nvim
excludesfile = /Users/devin/.gitignore
editor = nvim
excludesfile = /Users/devin/.gitignore
[init]
defaultBranch = main
[pull]
ff = only
defaultBranch = main
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true