diff --git a/.gitconfig b/.gitconfig index 216048b..8cc8fe2 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,7 +1,7 @@ [user] name = Craige McWhirter email = craige@mcwhirter.io - signingkey = B41FA6FF04CE4B93 + signingkey = A4122FF3971B6865 [push] default = simple [gitreview] @@ -9,3 +9,5 @@ [url "git+ssh://USER@git.launchpad.net/"] insteadof = lp: +[commit] + gpgsign = true