Skip to main content

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