Criar um 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 via the branches overview
- No your GitHub Enterprise Server instance, navegue até a página principal do repositório.
- Above the list of files, click Branches.
- Click New branch.
- In the dialog box, enter the branch name and optionally change the branch source.
- Click Create branch.
Creating a branch using the branch dropdown
- No your GitHub Enterprise Server instance, navegue até a página principal do repositório.
- 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.
- Clique no menu seletor de branch.
- Digite um nome exclusivo para o novo branch e selecione Create branch (Criar branch).
Excluir um branch
É possível excluir branches head automaticamente após o merge de pull requests no repositório. Para obter mais informações, consulte "Gerenciar a exclusão automática de branches".
Observação: Se o branch que você deseja excluir for o branch padrão do repositório, você deverá escolher um novo branch padrão antes de excluir o branch. For more information, see "Setting the default branch."
Se o branch que você deseja excluir estiver associado a um pull request aberto, você deverá fazer o merge ou fechar o pull request antes de excluir o branch. Para obter mais informações, consulte "Fazer merge de um pull request" ou "Fechar um pull request".
- No your GitHub Enterprise Server instance, navegue até a página principal do repositório.
- Above the list of files, click Branches.
- Role até o branch que deseja excluir e clique em .
Se você excluir um branch de cabeçalho após o merge do seu pull request, o GitHub irá verificar se há quaisquer solicitações de pull no mesmo repositório que especificam o branch excluído como o branch base. O GitHub atualiza automaticamente quaisquer pull requests, alterando o branch base para o branch base do pull request mesclado. Para obter mais informações, consulte "Sobre branches".