From 04d73fcfc8a6afaf734c03b580616f13c415dd1b Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Fri, 21 Apr 2023 00:59:39 +0200 Subject: [PATCH] added gpg key signing to git configs --- home/.gitconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/.gitconfig b/home/.gitconfig index 680f714..f018ffc 100644 --- a/home/.gitconfig +++ b/home/.gitconfig @@ -1,5 +1,8 @@ [user] email = PlexSheep@protonmail.com name = PlexSheep + signingkey = software@cscherr.de [credential] helper = store --file ~/.git-credentials +[commit] + gpgsign = true