From cf82e63b2c908398f5980fb9d10cf90da872ae75 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Tue, 27 Dec 2016 23:07:11 +0000 Subject: [PATCH] Add alias to check if pgp is enabled or not --- gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/gitconfig b/gitconfig index f1f58a4..2585b40 100644 --- a/gitconfig +++ b/gitconfig @@ -31,6 +31,7 @@ unstage = reset HEAD -- last = log -1 HEAD lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset %Cgreen%GS%Creset' --abbrev-commit -- + pgp = config commit.gpgsign pgp-on = config commit.gpgsign true pgp-off = config commit.gpgsign false [branch]