Delete all local branches that have been merged into master
git branch --merged master | grep -v master | xargs git branch -d
Written by Ravi Kotecha
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Command-line
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#