diff --git a/home/.config/git/config b/home/.config/git/config index 0eb5e4f..7d409a2 100644 --- a/home/.config/git/config +++ b/home/.config/git/config @@ -1,7 +1,7 @@ [user] name = ItsDrike email = itsdrike@protonmail.com - signingkey = FB8CA11A2CF3A843 + signingkey = B014E761034AF742 [alias] quickclone = "clone --single-branch --depth=1" bareclone = "!sh -c 'git clone --bare \"$0\" \"$1\"/.bare; echo \"gitdir: ./.bare\" > \"$1/.git\"'"