mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 06:26:39 +00:00
Add alias to check if pgp is enabled or not
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user