From 7f8586dd7d2943cce1d690b87ff75b39b7517e8f Mon Sep 17 00:00:00 2001 From: Hans Goor Date: Sat, 23 Mar 2024 01:04:10 +0100 Subject: [PATCH] Update git config --- git/.gitconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/git/.gitconfig b/git/.gitconfig index fc98429..20b0515 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -3,7 +3,7 @@ # Please adapt and uncomment the following lines: name = Hans Goor email = me@eyedevelop.org - signingkey = D414A7FA58C29568EF4E05CD7E05BC839785EAF6 + signingkey = ~/.ssh/id_ed25519.pub [commit] gpgsign = true [pull] @@ -14,3 +14,5 @@ ff = no [init] defaultBranch = main +[gpg] + format = ssh