Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 gitosis 中,我有 DEV、STAGING、MASTER 分支。如何限制用户,只有管理员才能签入或合并到主分支和测试分支。开发者只能签入到 DEV 分支。开发人员可以从 master 结账/拉取,但不能签入/推送。
Gitolite是一种可能的解决方案。