Add abse gitconfig

This commit is contained in:
Tyler 2023-11-29 21:54:27 -05:00
parent 09a0a459d6
commit 67de65a96a
Signed by: tyler
GPG Key ID: 03B27509E17EFDC8

14
.gitconfig Normal file
View File

@ -0,0 +1,14 @@
[user]
email = tyler@clortox.com
name = Tyler Perkins
[push]
autoSetupRemote = true
[safe]
directory = /var/db/repos/tyler-gentoo
[filter "lfs"]
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
clean = git-lfs clean -- %f
[commit]
gpgsign = true