1
1
Fork 0

gitconfig: Add slog and sshow to show signatures

This commit is contained in:
Jonathan Schleifer 2015-02-15 19:25:11 +00:00
parent 4ed0a4aaa5
commit eb85fa0db5

View file

@ -11,6 +11,8 @@
co = checkout co = checkout
d = diff d = diff
ds = diff --staged ds = diff --staged
slog = log --show-signature
sshow = show --show-signature
st = status -s st = status -s
[format] [format]