diff --git a/gitconfig b/gitconfig index 227a152..8672bcd 100644 --- a/gitconfig +++ b/gitconfig @@ -11,6 +11,8 @@ co = checkout d = diff ds = diff --staged + slog = log --show-signature + sshow = show --show-signature st = status -s [format]