Add Amazon gitconfig
This commit is contained in:
parent
78f5f4733f
commit
6472e2ac5a
14
.gitconfig##distro.Amazon
Normal file
14
.gitconfig##distro.Amazon
Normal 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
|
Loading…
Reference in New Issue
Block a user