From 6191a91358ebea0a23a79e714170f0c8e4654497 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Fri, 4 Jul 2025 22:57:37 +0200 Subject: [PATCH] git: add alias for a watchable (auto-updating) log --- config/git/config | 1 + 1 file changed, 1 insertion(+) diff --git a/config/git/config b/config/git/config index afb236b..98d3223 100644 --- a/config/git/config +++ b/config/git/config @@ -15,6 +15,7 @@ la = l --all lna = ln --all lla = ll --all + lw = !watch -c -n 1 git log --color=always --graph --pretty=basic --all s = status --short ss = status