git: Add dedicated branch-prune script
This commit is contained in:
parent
5e4b71d968
commit
53e056469c
2 changed files with 39 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue