Added gitconfig for Darwin
This commit is contained in:
parent
d1256f9a88
commit
0e6a0bfa9b
1 changed files with 20 additions and 0 deletions
20
.gitconfig##o.Darwin
Normal file
20
.gitconfig##o.Darwin
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
[user]
|
||||||
|
name = Eric Renfro
|
||||||
|
email = psi-jack@linux-help.org
|
||||||
|
signingkey = 25787986B19167B89BFF55CF3159FF4CB13EBFB4
|
||||||
|
[sendemail]
|
||||||
|
smtpencryption = tls
|
||||||
|
smtpserver = mx.linux-help.org
|
||||||
|
smtpuser = eric.renfro@linux-help.org
|
||||||
|
smtpserverport = 587
|
||||||
|
[filter "lfs"]
|
||||||
|
clean = git-lfs clean -- %f
|
||||||
|
smudge = git-lfs smudge -- %f
|
||||||
|
process = git-lfs filter-process
|
||||||
|
required = true
|
||||||
|
[commit]
|
||||||
|
gpgsign = true
|
||||||
|
[alias]
|
||||||
|
up = !git pull --prune $@ && git submodule update --init --recursive
|
||||||
|
[credential]
|
||||||
|
helper = osxkeychain
|
Loading…
Reference in a new issue