1
0
Fork 0

git: Add dedicated branch-prune script

This commit is contained in:
Jeremy Kaplan 2020-09-05 17:02:01 -07:00
commit 53e056469c
2 changed files with 39 additions and 1 deletions

View file

@ -23,7 +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
bp = branch-prune
bv = branch -vv
c = commit
chk = commit -a -n -m 'CHECKPOINT'