From 680fd717925506547892d67963a3af1f1514d108 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Mon, 11 Mar 2024 10:53:19 +0100 Subject: git: gpg sign if asked --- .config/git/config | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/git/config b/.config/git/config index 9c7f2c1..5dc8f20 100644 --- a/.config/git/config +++ b/.config/git/config @@ -21,6 +21,7 @@ [push] default = simple + gpgSign = if-asked [color] ui = false -- cgit