diff --git a/git/config b/git/config index f8a2eee..6d00e16 100644 --- a/git/config +++ b/git/config @@ -4,3 +4,13 @@ [user] email = tavo@tavo.one name = tavo + signingKey = tavo@tavo.one + +[tag] + gpgSign = true + +[commit] + gpgSign = true + +[push] + gpgSign = "if-asked"