From ce06caf8af1d763e0f86a346015fe5be2a365f5d Mon Sep 17 00:00:00 2001 From: Eric Teunis de Boone Date: Mon, 6 Oct 2025 11:41:47 +0200 Subject: [PATCH] [git] Add lb alias for branch relations --- git/config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/git/config b/git/config index 719e5b5..6563a2b 100644 --- a/git/config +++ b/git/config @@ -48,8 +48,12 @@ lg = !"git lg1" lga = !"git lg --all" + lb = !"git lg --simplify-by-decoration" + lba = !"git lb --all" + s = status --short st = status + stauts = status pushf = push --force-with-lease # Look mom, no --force