Update .gitconfig

This commit is contained in:
Devin Haska 2024-05-24 13:01:02 -07:00 committed by GitHub
parent 2ab62e89ba
commit 7f5023b0b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,13 +1,13 @@
[gpg]
format = ssh
[user]
email = wonderfulfrog@users.noreply.github.com
email = 2636402+wonderfulfrog@users.noreply.github.com
name = Devin Haska
signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMsHM+4BN+DKbEW3toSbQh60k3b5qYQOE5bo/6gIJ7Y1
[core]
editor = nvim
excludesfile = /Users/devin/.gitignore
excludesfile = ~/.gitignore
[commit]
gpgsign = true
[init]
defaultBranch = main
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true