From 9e8b385b1dd5b3cf858cf94ba7b65cad7d70fc36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sun, 13 Oct 2024 13:05:50 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20config(git):=20sign=20comm?= =?UTF-8?q?its=20by=20default?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/git/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/git/config b/.config/git/config index a3f5809f..70cb8e59 100644 --- a/.config/git/config +++ b/.config/git/config @@ -56,7 +56,7 @@ rebase = false [commit] - gpgsign = false + gpgsign = true [gpg] program = /sbin/gpg