Delete merged git flow branches
show merged branches
alias gmd='git fetch --prune && git branch --merged=origin/develop|grep "\b/\b"|xargs git branch -d'
delete merged branches
alias gmdd='git branch --merged=origin/develop|grep "\b/\b"|xargs git branch -d'
Written by yachi
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Alias
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#