Add command to delete already merged branches
This commit is contained in:
@@ -128,6 +128,7 @@ alias gsmu='git submodule update'
|
||||
alias gt='git t'
|
||||
alias gbg='git bisect good'
|
||||
alias gbb='git bisect bad'
|
||||
alias gdmb='git branch --merged | grep -v "\*" | xargs -n 1 git branch -d'
|
||||
|
||||
# Common shell functions
|
||||
alias less='less -r'
|
||||
|
||||
Reference in New Issue
Block a user