Usuwanie zdalnego oddziału głównego, odmówiono z powodu aktualnej gałęzi

Jak usunąć gałąź głównego pilota z GitHub / Bitbucket?

Próbuję:

# git push bb --delete master
remote: bb/acl: user is allowed. accepted payload.[K
remote: error: refusing to delete the current branch: refs/heads/master[K
To ssh://[email protected]/user/reponame.git
 ! [remote rejected] master (deletion of the current branch prohibited)
error: failed to push some refs to 'ssh://[email protected]/user/reponame.git' 

Próbowałem też

git push bb :master

Ale to wszystko nie działa.

questionAnswers(2)

yourAnswerToTheQuestion