I create a new branch of a repository, set permissions on the branch, and only allow a certain user to access, the result is that either the user can access all branches(RW dev = user2), or all branches cannot access (- master = user2), please help me and points to the maze. . . the repository can be set to only access and modify a certain branch
Below is my configļ¼
@users = user2
repo gitolite-admin
RW+ = git1
repo testing
RW+ master = git1
repo repo2
- master = @users