From 2c875df3ca2fd0ebe9ae221cf1bbd96e92adf16c Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Sat, 3 Aug 2024 23:25:21 +0200 Subject: [PATCH] Sign all Git commits --- system/.config/git/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/system/.config/git/config b/system/.config/git/config index 8415b79..bdeb976 100644 --- a/system/.config/git/config +++ b/system/.config/git/config @@ -55,6 +55,9 @@ autocrlf = input pager = delta +[commit] + gpgsign = true + [pull] rebase = false