From 138ff9d6d93ed80d0ea50ea32e92f5b596cfd49f Mon Sep 17 00:00:00 2001 From: Andrew Davidson Date: Tue, 21 May 2019 22:44:09 -0400 Subject: [PATCH] Adding gpg signing to gitconfig --- git/.gitconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/git/.gitconfig b/git/.gitconfig index 8f947e1..e86368a 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -1,6 +1,7 @@ [user] name = Andrew Davidson email = andrew@amdavidson.com + signingkey = 17AF8F2A49CF25C6 [color] ui = auto @@ -31,3 +32,5 @@ lg = "log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative" [push] default = simple +[commit] + gpgsign = true