remote local/remote merged branches
for branch in `git branch --merged | grep -v '*' | sed -e 's/^ *//g'`; do git push origin :$branch; git branch -d $branch; done
Written by Eduard Carreras
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Shell
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#