From 9ab3729357f637be7c7b9c8dfd4b3626416e0564 Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Sun, 17 Sep 2023 17:12:00 -0400 Subject: [PATCH] Added Debian config for gitconfig --- .gitconfig##d.Debian | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .gitconfig##d.Debian diff --git a/.gitconfig##d.Debian b/.gitconfig##d.Debian new file mode 100644 index 0000000..42565a7 --- /dev/null +++ b/.gitconfig##d.Debian @@ -0,0 +1,29 @@ +[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 +[gpg] + program = gpg +[init] + defaultBranch = master +[pull] + rebase = false +