feat(git): sign all commits

This commit is contained in:
George Rawlinson 2019-04-27 13:23:26 +12:00
parent e54376fdce
commit 883c539513
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 3 additions and 0 deletions

View File

@ -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