From 8b98894888ae409409b7710f44631c377dbe55ba Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Mon, 28 May 2018 09:02:30 -0400 Subject: [PATCH] Added gitconfig --- gitconfig | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 gitconfig diff --git a/gitconfig b/gitconfig new file mode 100644 index 0000000..3e3c72c --- /dev/null +++ b/gitconfig @@ -0,0 +1,16 @@ +[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