Remove all local branches except master
Current sprint/milestone just ended and you want to remove all that old branches? Run this one line in your command line:
$ git branch | grep -v "master" | xargs git branch -D
Written by Kamil Michalak
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#