Remove merged local branch for git
Run this code and it will remove all the merged branch in your local machine.
git branch --merged | grep -v "\*" | xargs -n 1 git branch -d
Written by Leo.liang
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#