I am in beginning of learning about bitbucket. I want to configure bitbucket such way that every new repository flows gitflow schema. All necessary branches are created and only certain groups has permission to certain branches.
Hi @devops2019,
Welcome to the Atlassian Community.
Bitbucket allows you to set project defaults that will apply to all repositories within that project. But when you create a new repository, nothing is created in it until you make your first commit. That is when Git will create the master branch. So part of what you are looking for can be configured in Bitbucket, like branch permissions, merge strategies etc. But the initiation of branches and content has to happen via Git.
Thanks Mike, so I have to first create branches through git and than configured their permission in Bitbucket.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No, you can configure the branch permissions anytime on the project level. It is only if you set the branch permissions on the repository level and want to use a specific branch name that you first have to create the branch.
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.