We have global branch permission setup on the project to ensure developers/admin is not checking directly to master
- Branch: master
- Write Access: None
- Merge via Pull Request: Admin
The issue is, when we created a new repository or if a developer creates a new repository, its missing the default branch and they cannot create it, how is this expected to work?
They can create other branches but "master" is missing, so they wouldn't be able to create a pull request for that