Change Default Branch In Gitlab
Answer :
In 8.0+ it looks like this was moved into the project. If you open your project and go to the gear icon on the right, then "Edit Project" you can set the default branch for the project.
To change default branch in GitLab:
1. Settings > General > General project settings > Expand
2. Default Branch > Change your project default branch
3. Save changes
in the GitLab Enterprise Edition 12.2.0-pre you have to use following: Setting
→ Repository
→ Default Branch
( expand it) and change the default branch Here
Comments
Post a Comment