From 9d86d2291ba73eec7fcf9f0d32ccc665c6ca0623 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Thu, 8 Oct 2020 11:04:54 -0700 Subject: [PATCH] git: bl alias --- git/config | 1 + 1 file changed, 1 insertion(+) diff --git a/git/config b/git/config index 8ef8b9e..738b7a7 100644 --- a/git/config +++ b/git/config @@ -22,6 +22,7 @@ default = simple [alias] ap = add -p b = branch +bl = branch --list --format='%(refname:lstrip=2)' bn = symbolic-ref --short HEAD bp = branch-prune bv = branch -vv