git: add alias for a watchable (auto-updating) log

This commit is contained in:
Fernando Schauenburg 2025-07-04 22:57:37 +02:00
parent a94fc5d9d6
commit 6191a91358

View file

@ -15,6 +15,7 @@
la = l --all la = l --all
lna = ln --all lna = ln --all
lla = ll --all lla = ll --all
lw = !watch -c -n 1 git log --color=always --graph --pretty=basic --all
s = status --short s = status --short
ss = status ss = status