feat(git): sign all commits
This commit is contained in:
parent
e54376fdce
commit
883c539513
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
[user]
|
[user]
|
||||||
email = george@rawlinson.net.nz
|
email = george@rawlinson.net.nz
|
||||||
name = George Rawlinson
|
name = George Rawlinson
|
||||||
|
signingkey = 25EA6900D9EA5EBC
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
# if $EDITOR not set, use this as editor
|
# if $EDITOR not set, use this as editor
|
||||||
|
@ -27,3 +28,5 @@
|
||||||
# source - https://github.com/ngerakines/commitment
|
# source - https://github.com/ngerakines/commitment
|
||||||
yolo = !git commit -m \"$(curl -s whatthecommit.com/index.txt)\"
|
yolo = !git commit -m \"$(curl -s whatthecommit.com/index.txt)\"
|
||||||
|
|
||||||
|
[commit]
|
||||||
|
gpgsign = true
|
||||||
|
|
Loading…
Reference in a new issue