Add Amazon gitconfig

This commit is contained in:
Tyler Perkins 2023-12-01 13:54:09 -05:00
parent 78f5f4733f
commit 6472e2ac5a
Signed by: tyler
GPG Key ID: FB77409925BD2C84
1 changed files with 14 additions and 0 deletions

14
.gitconfig##distro.Amazon Normal file
View File

@ -0,0 +1,14 @@
[user]
email = tperkins@etactics.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