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
- En your GitHub Enterprise Server instance, vaya a la página principal del repositorio.
- 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
Puedes hacer que se eliminen automáticamente ramas centrales después de que se fusionen solicitudes de extracción en tu repositorio. Para más información, vea "Administración de la eliminación automática de ramas".
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."
- En your GitHub Enterprise Server instance, vaya a la página principal del repositorio.
- Encima de la lista de archivos, haz clic en Ramas.
- Scroll to the branch that you want to delete, then click .
Si borras una rama de encabezado después de haber fusionado su solicitud de extracción, GitHub verificará cualquier solicitud de extracción abierta en el mismo repositorio que especifique la rama borrada como su rama base. GitHub actualiza automáticamente cualquier solicitud de extracción, cambiando su rama base a la rama base de la solicitud de extracción que se ha fusionado. For more information, see "About branches."