From c13bf64d6a9678fde3a27dc32ccd3b01c5513753 Mon Sep 17 00:00:00 2001 From: KenwoodFox Date: Thu, 16 Dec 2021 17:14:48 -0500 Subject: [PATCH] Add signing key (yubikey) --- .gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitconfig b/.gitconfig index 06b3000..1adab59 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,6 +1,7 @@ [user] email = kenwood364@gmail.com name = KenwoodFox + signingkey = DD5E787D6C678F3F64 [alias] add-commit = !git add -A && git commit report = "log --author=Joe --since='2 sunday ago' --until='1 sunday ago' --format='%Cgreen%ci%Creset %s%Creset' --no-merges"