マージ済みのブランチを削除 2020-10-16 gitでマージ済みのブランチを削除するコマンド git branch --merged | grep -v '*' | xargs -I % git branch -d %