commit 6d8a75818702f82ce26eedf63103f4a64e6bed7f parent f6393b01899778766a14069e051b4dbdb358201e Author: hhvn <dev@hhvn.uk> Date: Fri, 11 Jun 2021 13:29:33 +0100 .c/g/config: gpg sign everything Diffstat:
M | .config/git/config | | | 8 | +++++++- |
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/.config/git/config b/.config/git/config @@ -1,7 +1,13 @@ -# This is Git's per-user configuration file. [user] name = hhvn email = dev@hhvn.uk + signingKey = ED59FC1A + +[commit] + gpgSign = yes + +[gpg] + program = passgpg [blame] date = human