Update .gitconfig

This commit is contained in:
Devin Haska 2024-01-29 10:25:49 -08:00 committed by GitHub
parent 83a6862734
commit 2ab62e89ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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