Adding gpg signing to gitconfig

This commit is contained in:
Andrew Davidson 2019-05-21 22:44:09 -04:00
parent 0df32935ac
commit 138ff9d6d9
Signed by: amd
GPG key ID: 17AF8F2A49CF25C6

View file

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