Skip to main content

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

Managing the default branch name for your repositories

You can set the default branch name for new repositories that you create on GitHub.

About management of the default branch name

When you create a new repository on GitHub, the repository contains one branch, which is the default branch. You can change the name that GitHub uses for the default branch in new repositories you create. For more information about the default branch, see 关于分支.

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

Setting the default branch name

  1. 在 GitHub 任意页面的右上角,单击个人资料照片,然后单击 “设置”****。
  2. 在边栏的“代码、规划和自动化”部分中,单击 存储库
  3. Under "Repository default branch", click Change default branch name now.
  4. In the text field, type the default name that you would like to use for new branches.
  5. Click Update.

Further reading