The project on Gitlab needed to create its own branch in order to upload changes, but in the browser there is no New Branch button, although judging by the help it should be.
What could be the reason, not enough user rights?
The project on Gitlab needed to create its own branch in order to upload changes, but in the browser there is no New Branch button, although judging by the help it should be.
What could be the reason, not enough user rights?
Open /project_members
in your project and look at your access level. To create branches, it must be no lower than Developer.
http://docs.gitlab.com/ce/user/permissions.html#project
If there are not enough rights, then you can request access directly through the GitLab interface. Return to the project page. There is a button "Request Access":
Source: https://ru.stackoverflow.com/questions/564180/
All Articles