diff --git a/config/git/gitconfig b/config/git/gitconfig index 055936b..1feae27 100644 --- a/config/git/gitconfig +++ b/config/git/gitconfig @@ -1,9 +1,11 @@ [user] - email = "redacted@example.org" - name = "redacted" - signingkey = "redacted" + email = "transcaffeine@finally.coffee" + name = "transcaffeine" + signingkey = "03624C433676E465" [commit] gpgsign = true +[tag] + gpgsign = true [gpg] program = "/usr/bin/gpg" [rebase]