From 54a2236237aa98191a793d19e7de97a43042682f Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Wed, 7 Feb 2024 12:01:53 +0100 Subject: [PATCH] feat(git): enable commit signing with GPG --- git/gitconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/git/gitconfig b/git/gitconfig index 026aa6d..2ea71d9 100644 --- a/git/gitconfig +++ b/git/gitconfig @@ -1,5 +1,6 @@ [user] useConfigOnly = true + signingkey = F0CF1CF481C2E3AA0F806A378BD4525D7A7253E8 [include] path = ~/.gitconfig.local [help] @@ -123,3 +124,5 @@ host = source.xing.com [pull] ff = only +# [commit] +# gpgsign = true