From cd3f03304358b733da4b1f528c1bc798e34a9efe Mon Sep 17 00:00:00 2001 From: afonso Date: Wed, 1 May 2024 18:53:15 +0100 Subject: [PATCH] [git] changed git sign key --- .gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index a44fd91..3b609a1 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,7 +1,7 @@ [user] email = afonso@francof.net name = afonso - signingkey = ~/.ssh/simple_sk + signingkey = ~/.ssh/touch_key [includeIf "hasconfig:remote.*.url:https://github.com/**"] path = ~/.gitconfig-gh [includeIf "hasconfig:remote.*.url:ssh://git@github.com/**"]