From bd51413aee118337e83368ef9ac38b58260549b8 Mon Sep 17 00:00:00 2001 From: anemofilia Date: Wed, 9 Aug 2023 17:20:49 -0300 Subject: [PATCH] fix: always sign commits with gpg --- files/git/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/git/config b/files/git/config index a50fc3d..f3fa997 100644 --- a/files/git/config +++ b/files/git/config @@ -22,4 +22,4 @@ [credential] helper = cache [commit] - gpgsign = false + gpgsign = true