Working with Branches in the GitHub Web UI
A step-by-step guide on how to create and use branches in the GitHub web user interface (UI). Find out more about:
- Creating a Branch: Create a branch that is subordinate to the main branch
- Adding a File to a Branch: Add a file to the branch and commit your changes
- Opening a Pull Request: Open a pull request to merge your committed changes into the main branch
- Merging Pull Requests: Merge the pull request to accept the changes to the main branch
- Deleting Branches: Delete the branch after you merged your changes into the main branch
- Quick Reference Guide: A quick overview of the actions and menu paths on the GitHub web UI
- About Me: About the author