Enable git gpg signing

This commit is contained in:
Hunter Haugen 2016-05-09 12:01:28 -07:00
parent 3afbdbb804
commit c258516c0b
Signed by: hunner
GPG key ID: EF99694AA599DDAD

View file

@ -1,7 +1,7 @@
[user] [user]
name = Hunter Haugen name = Hunter Haugen
email = hunter@puppet.com email = hunter@puppet.com
signingkey = 48C7AF0C signingkey = 0xEF99694AA599DDAD
[color] [color]
ui = true ui = true
[alias] [alias]
@ -23,3 +23,7 @@
user = hunner user = hunner
password = password =
oauth-token = oauth-token =
[gpg]
program = gpg2
[commit]
gpgsign = true