githubにある特定のブランチの内容をリモートリポジトリから削除しようとして、下記コマンドを叩いた際$git push --delete origin <branch_name>
下記のようなエラーが発生して、削除ができない
To https://github.com/username/repository_name.git
! [remote rejected] branch_name (refusing to delete the current branch: refs/heads/test_for_private)
error: failed to push some refs to 'https://github.com/username/repository_name.git
削除しようとしていたブランチが、defaultのブランチになっていた。
githubのdefaultブランチを変更した。下記サイトを参考