How to Create and delete branches within your repository
How to Create and delete branches within your repository
You can create or delete branches directly on GitHub.
Creating a branch
- On GitHub, navigate to the main page of the repository.
- Click the branch selector menu.
- Type a unique name for your new branch, then select Create branch.
Deleting a branch
You can have head branches automatically deleted after pull requests are merged in your repository.- On GitHub, navigate to the main page of the repository.
- Above the create file menu, click NUMBER branches.
- Branches link on overview page
- Scroll to the branch that you want to delete, then click delete sign.
No comments