From aa640a7ab50d3a1e7baa787953fdff33ce07c25f Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Wed, 25 Mar 2020 14:10:18 -0700 Subject: [PATCH] git: bp for branch pruning --- git/config | 1 + 1 file changed, 1 insertion(+) diff --git a/git/config b/git/config index 220d233..76c7a01 100644 --- a/git/config +++ b/git/config @@ -23,6 +23,7 @@ default = simple ap = add -p b = branch bn = symbolic-ref --short HEAD +bp = !git remote prune origin && git branch -vv | grep ': gone]' | vipe | awk '{print $1}' | xargs git branch -D bv = branch -vv c = commit chk = commit -a -n -m 'CHECKPOINT'