Last Updated: October 16, 2020
·
479
· leocavalcante

Delete all local merged branches

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