gitconfig: Add slog and sshow to show signatures
This commit is contained in:
parent
4ed0a4aaa5
commit
eb85fa0db5
1 changed files with 2 additions and 0 deletions
|
@ -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]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue