デフォルトブランチ名について
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 "About branches."
You can set the name of the default branch for new repositories. For more information, see "Managing the default branch for your repositories," "Managing the default branch name for repositories in your organization," or "Enforcing a policy on the default branch name."
デフォルトブランチ 名を設定する
- 任意のページの右上で、プロフィール画像をクリックし、続いてSettings(設定)をクリックしてください。
![ユーザバーの [Settings(設定)] アイコン](https://web.archive.org/web/20201024223406im_/https://docs.github.com/assets/images/help/settings/userbar-account-settings.png)
- 左のサイドバーで [Repositories] をクリックします。
![[Repositories] タブ](https://web.archive.org/web/20201024223406im_/https://docs.github.com/assets/images/help/settings/repos-tab.png)
- [Repository default branch] で、[Change default branch name now] をクリックします。
![[Override] ボタン](https://web.archive.org/web/20201024223406im_/https://docs.github.com/assets/images/help/settings/repo-default-name-button.png)
- 新しいブランチに使用したいデフォルト名を入力します。

- [Update] をクリックします。
![[Update] ボタン](https://web.archive.org/web/20201024223406im_/https://docs.github.com/assets/images/help/settings/repo-default-name-update.png)

