From 81a61f25a0f7c684c4085ee00cd6757f473f961a Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Tue, 16 Aug 2016 17:09:53 -0400 Subject: [PATCH] update gitconfig --- gitconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gitconfig b/gitconfig index 835986e..ec6377d 100644 --- a/gitconfig +++ b/gitconfig @@ -1,11 +1,13 @@ [user] name = brettlangdon email = brett@blangdon.com + signingkey = CE12147F [credential] helper = store [core] excludesfile = /Users/brettlangdon/.gitignore_global editor = emacs + pager = diff-so-fancy | less --tabs=1,5 -R [alias] st = status d = diff --color --minimal @@ -21,3 +23,5 @@ default = simple [grep] lineNumber = true +[commit] + gpgsign = true