1
0
Fork 0

Adding word difference aliases.

Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
Daniel Baumann 2025-06-22 09:35:56 +02:00
parent c86d55300d
commit 23db27299e
Signed by: daniel.baumann
GPG key ID: BCC918A2ABD66424

View file

@ -2,3 +2,6 @@
[alias]
slog = log --no-show-signature --pretty=format:'%C(yellow)%h%C(reset) %G? (%an, %C(green)%cr%C(reset))%C(red)%d%C(reset) %s'
wdiff = diff --color-words
wlog = log --color-words
wshow = show --color-words