ローカルブランチの確認
$ git branch
feature/#1_bugphenix
* master
ローカルブランチの削除
git branch --delete feature/#1_bugphenix
※削除しようとしているブランチにいる状態で削除コマンド打つと下記エラーになるので、
別ブランチに移動しておく error: Cannot delete branch 'feature/#1_bugphenix' checked out at '/Users/hoge/Dev/sandbox/test'