Skip to main content

此版本的 GitHub Enterprise 已停止服务 2022-10-12. 即使针对重大安全问题,也不会发布补丁。 为了获得更好的性能、更高的安全性和新功能,请升级到最新版本的 GitHub Enterprise。 如需升级帮助,请联系 GitHub Enterprise 支持

Managing the default branch name for repositories in your organization

You can set the default branch name for repositories that members create in your organization on your GitHub Enterprise Server instance.

Who can use this feature

Organization owners can manage the default branch name for new repositories in the organization.

About management of the default branch name

When a member of your organization creates a new repository in your organization, the repository contains one branch, which is the default branch. You can change the name that GitHub Enterprise Server uses for the default branch in new repositories that members of your organization create. For more information about the default branch, see "About branches."

您可以更改现有仓库的默认分支。 有关详细信息,请参阅“更改默认分支”。

If an enterprise owner has enforced a policy for the default branch name for your enterprise, you cannot set a default branch name for your organization. Instead, you can change the default branch for individual repositories. For more information, see "Enforcing repository management policies in your enterprise" and "Changing the default branch."

Setting the default branch name

  1. 在 GitHub Enterprise Server 的右上角,单击� 的个人资料照片,然后单击“� 的组织”。 贵组织在配置文件菜单中

  2. 在组织旁边,单击“设置”。 设置按钮

  3. In the left sidebar, click Repository defaults. Repository defaults tab

  4. Under "Repository default branch", click Change default branch name now. Override button

  5. Type the default name that you would like to use for new branches. Text box for entering default name

  6. Click Update. Update button

Further reading