From afd9cb3abdd352650d61a36490ee7a6027a5514b Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Wed, 25 Jun 2025 22:26:24 +0200 Subject: [PATCH] git: Set commit.gpgSign --- git/config | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/git/config b/git/config index 27aae28..10d1c2e 100644 --- a/git/config +++ b/git/config @@ -8,7 +8,7 @@ interactive = auto [alias] - ci = commit -S + ci = commit co = checkout d = diff ds = diff --staged @@ -30,6 +30,9 @@ [gpg] program = gpg2 +[commit] + gpgSign = true + [url "git@github.com:"] insteadOf = https://github.com/ pushInsteadOf = https://github.com/