How do I change the development branch for my BitBucket repository? Right now my master
branch is labeled as both the main
and the development
branch.
This is a near duplicate of this question: How to change the main branch in BitBucket? however, I couldn't find anything telling me how to change the label for the development label and since it is different enough, I thought it warranted its own post for anyone in the future looking for this answer. (the top answer there is pretty clear so I copied the format he used)
Branching model
Development branch
and change it to Use specific branch
.
After that you should be able to click the dropdown menu next to it and change it to whatever branch you wantDEVELOPMENT
label changed to the branch you specifiedI do not know how to do this from the terminal.