From c0cf5330385a7aa3b9162b9e145269083ef97f44 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Tue, 27 Dec 2016 23:04:40 +0000 Subject: [PATCH] Update git aliases with pgp related stuff --- gitconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gitconfig b/gitconfig index 095a98c..f1f58a4 100644 --- a/gitconfig +++ b/gitconfig @@ -30,7 +30,9 @@ sub = submodule 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' --abbrev-commit -- + 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-on = config commit.gpgsign true + pgp-off = config commit.gpgsign false [branch] autosetuprebase = always [difftool "Kaleidoscope"]