gitでマージ済みのブランチを削除するコマンド

git branch --merged | grep -v '*' | xargs -I % git branch -d %