# 正規表現で Git ブランチ一括削除 ```sh git branch | grep feature/* | xargs git branch -d ```