1
0
Fork 0

git: bp for branch pruning

This commit is contained in:
Jeremy Kaplan 2020-03-25 14:10:18 -07:00
commit aa640a7ab5

View file

@ -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'