如何为多个项目和开发人员组设置git存储库和权限
使用 Subversion,我们可以设置存储库中每个目录的访问权限。 所以例如。 一个组可以对目录 A 进行提交访问,对 B 进行读取 - 例外的是 DevA 还对 B 具有提交权限。
如何为 Git 存储库设置这样的结构和权限?
With Subversion one can setup access permissions per directory within repository. So eg. one group can have commit access to directory A, read on B - with exception that DevA has also commit permissions on B.
How can one setup such a structure and permissions for Git repositories?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Gitosis 可以帮助你。 (该页面目前似乎已关闭,但源代码仍然可以在 http://eagain 获取。 net/gitweb/?p=gitosis.git。)
Gitosis can help you there. (The page seems to be down currently but the source is still available at http://eagain.net/gitweb/?p=gitosis.git.)