From: Ben Beltran Date: Wed, 13 Mar 2019 10:43:28 +0000 (+0100) Subject: Autosign on git X-Git-Url: https://git.r.bdr.sh/rbdr/dotfiles/commitdiff_plain/a025ed13f09802b493b027b8eef9587796cca697 Autosign on git --- diff --git a/gitconfig b/gitconfig index 957c18a..6c30a47 100644 --- a/gitconfig +++ b/gitconfig @@ -1,9 +1,12 @@ [user] name = Ben Beltran email = ben@nsovocal.com + signingkey = 8ABB89672AFB58F5 [core] editor = vim [color] diff = auto [push] default = simple +[commit] + gpgsign = true