Delete branches already merged to master
If you want to clean up your repository and remove all branches that are already merged to master, use this command:
git branch --merged | grep -v "\*" | xargs -n 1 git branch -d
Written by Bartosz Filipowicz
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Git
Authors
khasinski
591.1K
dmichaelavila
500.4K
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#