Update git aliases with pgp related stuff

This commit is contained in:
2016-12-27 23:04:40 +00:00
parent 11834274fc
commit c0cf533038

View File

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