How do I delete a remote master branch from GitHub/Bitbucket?
I\'m trying:
# git push bb --delete master remote: bb/acl: user is allowed. accepted payl
Note: for Bitbucket, you would change the default branch by accessing the settings of your repository, and changing the branch at the "Main branch" combo box.
Main branch
Once the main branch is no longer master, then you can push and remove master.