git: bp for branch pruning
This commit is contained in:
parent
b6edfc81f9
commit
aa640a7ab5
1 changed files with 1 additions and 0 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue