Last Updated: October 16, 2020
·
214
· leocavalcante

Delete all local merged branches

git branch -D `git branch --merged | grep -v \* | xargs`