gitolite or gitosis: permission on directory inside of the repository
问题 For example: I have a repository - repo1 with such fs hierarchy repo1: js html php/core php/menu And I want to give to repo1:php/menu , RW permission - to a freelancer, but for all repo1 - this freelancer must have only Read-Only permission. Can I do this with gitolite or gitosis or may be something else? 回答1: The repo access rights on a DVCS is always linked to the all repo, not part of if, mainly because you clone all of it (shallow clone is hard). That means gitolite (I won't even mention