Gitolite restrict access to branch
问题 I have GITOLITE on my server and I want to configure access to my repository. I want to restrict access to some branches for some users. I try a lot of variants how to configure gitolite.conf file and I didn't find solution how to restrict acces to some branches. 1) @developers1 = user1 @developers2 = user2 repo dbatest RW+ = @developers1 R test = @developers2 - test = @developers2 RW+ = @developers2 When user2 executed command: git push origin test : push succeed In gitolite log I had this