From 72ec4e874137aae95e0fe97550f091a115a0e754 Mon Sep 17 00:00:00 2001 From: afranco Date: Wed, 4 Jun 2025 10:09:07 +0100 Subject: [PATCH] chore(git): changed to new signing key --- .gitconfig | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.gitconfig b/.gitconfig index 6083b15..639c2f6 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,11 +1,7 @@ [user] email = afonso@francof.net - name = afonso - signingkey = ~/.ssh/touch_key -[includeIf "hasconfig:remote.*.url:https://github.com/**"] - path = ~/.gitconfig-gh -[includeIf "hasconfig:remote.*.url:ssh://git@github.com/**"] - path = ~/.gitconfig-gh + name = afranco + signingkey = ~/.ssh/signing_key [filter "lfs"] process = git-lfs filter-process required = true