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.
我们正在使用git和进行开发gitblit。当我们在某个分支上完成开发时,可能仍然是开发人员不小心在该分支上提交,这是不应该的。
git
gitblit
如何防止分支进一步提交和合并修补程序?可以以某种方式更改分支上的权限吗?
Gitblit(从 1.8.0 开始)不直接支持离散分支权限。您可以编写一个 Groovy 钩子(示例)或自定义插件(示例)来完成此操作。