を使用してリポジトリを構築しました
git clone --mirror <url>
いくつかのリモートブランチを削除したいのですが、次のようになります。
$ git push origin :b
error: --mirror can't be combined with refspecs
... また
$ git push --delete b
fatal: --delete doesn't make sense without any refs
また、git branch -D b
リモコンには触れないでください。
ミラークローンからリモートブランチを削除する方法はありますか、それともそのために別のクローンを作成する必要がありますか?