git branch -a
又は
git branch --all
※ローカルとリモートのブランチ一覧が出てくる
git branch --remote
git branch
git push --delete [リポジトリ名] [ブランチ名]
git branch --delete [リポジトリ名] [ブランチ名]
git branch [ブランチ名]
git branch -u origin [作成するブランチ名]