From 7bd82eac1da507fbba5fe23e59f67d8a21064c0d Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Sat, 21 Jan 2023 00:06:20 -0500 Subject: [PATCH] Added Gitcnfig for ubuntu family --- .gitconfig##f.ubuntu | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .gitconfig##f.ubuntu diff --git a/.gitconfig##f.ubuntu b/.gitconfig##f.ubuntu new file mode 100644 index 0000000..a7d99d7 --- /dev/null +++ b/.gitconfig##f.ubuntu @@ -0,0 +1,22 @@ +[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 = /usr/lib/git/git-core/git-credential-store + helper = /usr/share/doc/git/contrib/credential/libsecret/git-credential-libsecret + #helper = libsecret