From 9766350e8dcb2ce29144a24bfb91583a4a15a282 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Fri, 17 Feb 2023 11:26:45 +0100 Subject: [PATCH] Update git signing key --- home/.config/git/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.config/git/config b/home/.config/git/config index dc6cee9..348a1be 100644 --- a/home/.config/git/config +++ b/home/.config/git/config @@ -1,7 +1,7 @@ [user] name = ItsDrike email = itsdrike@protonmail.com - signingkey = B014E761034AF742 + signingkey = FA2745890B7048C0 [alias] quickclone = "clone --single-branch --depth=1" bareclone = "!sh -c 'git clone --bare \"$0\" \"$1\"/.bare; echo \"gitdir: ./.bare\" > \"$1/.git\"'"