Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How do you delete a branch?

Rich Mayfield July 29, 2013

I'm done with a branch and wish to delete it. It is not the default branch. Using git from the command line yields a "deletion prohibited" error.

$ git push origin :hotfix/DEV-12345
remote: error: denying ref deletion for refs/heads/hotfix/DEV-12345
To git@bitbucket.org:acme/product.git
 ! [remote rejected] hotfix/DEV-12345 (deletion prohibited)
error: failed to push some refs to 'git@bitbucket.org:acme/product.git'

I don't see a way to delete the branch in the browser UI. Is there anything else I should try?

3 answers

1 accepted

0 votes
Answer accepted
Rich Mayfield August 4, 2013

Both of the above commands are good.

The problem as it turns out was a configuration problem with our Bitbucket instance - the Atlassian folks corrected the configuration and now we can delete branches.

1 vote
jyo
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
July 30, 2013

Hi Rich,

Please try the following:

git push origin --delete <branchName>

 
Rich Mayfield July 30, 2013

Thanks for the reply Jesse. I had tried that also and, unfortunately, got the same error.

0 votes
Rich Mayfield July 29, 2013

Note: I'm the creator of this repository so I'm assuming that I have all of the admin permissions one should have to delete a branch.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events