Removes branches that are merged into master
git branch --merged master | grep -v 'master$' | xargs git branch -d
Finds branches that have been merged into master, excludes master, then deletes them all.
Written by Chris Sedlmayr
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Git
Authors
khasinski
591.1K
dmichaelavila
500.4K
Related Tags
#git
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#