# HEADにマージされたブランチを削除 git branch --delete foo # マージの有無に限らず削除 git branch -D foo # リモートブランチの削除 git push --delete origin foo