文章版本: Enterprise Server 2.17
启用分支限制
You can enforce branch restrictions so that only certain users or teams can push to a protected branch in repositories owned by your organization.
受保护分支适用于具有 GitHub Free 和组织的 GitHub Free 的公共仓库,以及具有 GitHub Pro、GitHub Team、GitHub Enterprise Cloud 和 GitHub Enterprise Server 的公共和私有仓库。 限制分支是一种适用于组织在 GitHub Team、GitHub Enterprise Cloud 及 GitHub Enterprise Server 中拥有的公共和私有仓库的保护。
Anyone with admin permissions to an organization-owned repository can enable branch restrictions.
您可以自动为仓库中的部分或所有分支设置实施受保护分支设置。 更多信息请参阅“配置受保护分支”。
- 在 GitHub Enterprise 上,导航到仓库的主页面。
- 在仓库名称下,单击 Settings(设置)。
- 在左侧菜单中,单击 Branches(分支)。
- 在“Branch protection rules(分支保护规则)”旁边,单击 Add rule(添加规则)。
- 在“Branch name pattern(分支名称模式)”下,输入您要保护的分支名称或模式。
- 视情况可选择 Include administrators(包括管理员)。 这将强制执行所有配置的仓库管理员限制。
- Under "Protect matching branches", select Restrict who can push to matching branches.
- Search for and select the people or teams who will have permission to push to the protected branch.
- Click Create.