From 883c539513587e30b6211edb372fb4d3d51f1b3c Mon Sep 17 00:00:00 2001 From: George Rawlinson Date: Sat, 27 Apr 2019 13:23:26 +1200 Subject: [PATCH] feat(git): sign all commits --- git/.config/git/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/git/.config/git/config b/git/.config/git/config index 3cb76ef..432a703 100644 --- a/git/.config/git/config +++ b/git/.config/git/config @@ -1,6 +1,7 @@ [user] email = george@rawlinson.net.nz name = George Rawlinson + signingkey = 25EA6900D9EA5EBC [core] # if $EDITOR not set, use this as editor @@ -27,3 +28,5 @@ # source - https://github.com/ngerakines/commitment yolo = !git commit -m \"$(curl -s whatthecommit.com/index.txt)\" +[commit] + gpgsign = true