Skip to main content
ドキュメントには� �繁に更新が� えられ、その都度公開されています。本ページの翻訳はま� 未完成な部分があることをご了承く� さい。最新の情� �については、英語のドキュメンテーションをご参照く� さい。本ページの翻訳に問題がある� �合はこちらまでご連絡く� さい。

このバージョンの GitHub Enterprise はこの日付をもって終了となりました: 2022-06-03. 重大なセキュリティの問題に対してであっても、パッチリリースは作成されません。 パフォーマンスの向上、セキュリティの改善、新機能のためには、最新バージョンのGitHub Enterpriseにアップグレードしてく� さい。 アップグレードに関する支援については、GitHub Enterprise supportに連絡してく� さい。

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 GitHub Enterprise Serverインスタンス.

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. In the top right corner of GitHub Enterprise Server, click your profile photo, then click Your organizations. プロフィールメニューのあなたのOrganization

  2. Organizationの隣のSettings(設定)をクリックしてく� さい。 設定ボタン

  3. 左のサイドバーでRepository defaults(リポジトリのデフォルト)をクリックしてく� さい。 リポジトリのデフォルトタブ

  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