Skip to main content

このバージョンの GitHub Enterprise はこの日付をもって終了となりました: 2022-10-12. 重大なセキュリティの問題に対してであっても、パッチリリースは作成されません。 パフォーマンスの向上、セキュリティの向上、新機能の向上を図るために、最新バージョンの 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 your GitHub Enterprise Server instance.

About management of the default branch name

When you create a new repository on your GitHub Enterprise Server instance, 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 you create. For more information about the default branch, see "About branches."

既存のリポジトリのデフォルトブランチを変更できます。 詳細については、「デフォルト ブランチを変更する」を参照してく� さい。

Setting the default branch name

  1. 任意のページで、右上隅にあるプロファイルの画像をクリックし、次に[設定]をクリックします。

    ユーザバーの [Settings(設定)] アイコン

  2. In the left sidebar, click Repositories. Repositories tab

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

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

  5. Click Update. Update button

Further reading