Hello,
after pushing to the "master" Branch these grey squares appeared.
What do they mean and how do I get rid of them?
Greetings,
Fabian
Hi @Fabian Kälberer,
Those MAIN DEVELOPMENT are to identify the default branch to your repository. It is the default branch for browsing and cloning the repository. Git chooses the "master" branch by default but you have the option to define another branch, when there are other branches available, but you cannot hide that information.
You can change this by going to your repository under Settings >> General >> Repository details >> Main branch.
Hi @Fabian Kälberer,
Just to iterate over previous reply, you can define the Branching Model by reviewing the documentation https://confluence.atlassian.com/bitbucket/branching-a-repository-223217999.html#branching_model, in which translate to your repository under Settings >> Workflow >> Branching model.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.