About changing the default branch
You can choose the default branch for a repository. The default branch is the base branch for pull requests and code commits. デフォルトブランチの詳細については、「ブランチについて」を参照してください。
Note: If you use the Git-Subversion bridge, changing the default branch will affect your trunk
branch contents and the HEAD
you see when you list references for the remote repository. For more information, see "Support for Subversion clients" and git-ls-remote in the Git documentation.
必要な環境
To change the default branch, your repository must have more than one branch. 詳しい情報についてはリポジトリ内でのブランチの作成と削除を参照してください。
Changing the default branch
- GitHub Enterprise Serverで、リポジトリのメインページにアクセスしてください。
- リポジトリ名の下で Settings(設定)をクリックしてください。
- 左のメニューでBranches(ブランチ)をクリックしてください。
- In the default branch drop-down, choose the new default branch.
- [Update] をクリックします。