From aac5b43f4675410ad64acae579441986a50f5320 Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Wed, 30 Jun 2021 22:50:32 +0100 Subject: [PATCH] Sign commits by default --- .config/git/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/git/config b/.config/git/config index 8bb0971..9802b84 100644 --- a/.config/git/config +++ b/.config/git/config @@ -4,6 +4,8 @@ signingkey = B8CFFF61F1CCF520 [rebase] autosquash = true +[commit] + gpgsign = true [push] default = current [pull]