How to allow per user protected branches access in GitLab?
问题 GitLab allow me create protected branches and then specified witch users will have push access to those protected branches. But what about if I want some users access to some, but not all protected branches on the same repo? I mean, a more discrete/granulated user-branch permissions. 回答1: Those types of permissions do not exist in GitLab. As an alternative approach: you can make the user unable to commit to the main repository and then use the Project forking workflow allowing them to fork