Creating a branch
You can create a branch in different ways on GitHub Enterprise Server.
Note: You can only create a branch in a repository to which you have push access.
Creating a branch using the branch dropdown
- On your GitHub Enterprise Server instance, navigate to the main page of the repository.
- Optionally, if you want to create the new branch from a branch other than the default branch of the repository, click Branches then choose another branch.
- Click the branch selector menu.
- Type a unique name for your new branch, then select Create branch.
Deleting a branch
プルリクエストがリポジトリにマージされた後、head ブランチを自動的に削除することができます。 詳細については、「ブランチの自動削除を管理する」を参照してく� さい。
Note: If the branch you want to delete is the repository's default branch, you must choose a new default branch before deleting the branch. For more information, see "Changing the default branch."
If the branch you want to delete is associated with an open pull request, you must merge or close the pull request before deleting the branch. For more information, see "Merging a pull request" or "Closing a pull request."
- On your GitHub Enterprise Server instance, navigate to the main page of the repository.
- ファイルの一覧の上にある [Branches](ブランチ) をクリックします。
- Scroll to the branch that you want to delete, then click .
プルリクエストがマージされた後にheadブランチを削除すると、GitHubは同じリポジトリ内に削除されたブランチをベースブランチと指定しているオープンなプルリクエストがないかをチェックします。 GitHubはそういったプルリクエストを自動的に更新し、ベースブランチをマージされたプルリクエストのベースブランチに変更します。 For more information, see "About branches."