How to Create a Pull Request in Github
To create a pull request in GitHub’s web interface, follow these steps:
- Navigate to the repository that you want to create a pull request.
- Click on the 'Pull requests' tab near the top of the page.
- Click the 'New pull request' button.
- In the 'base' dropdown, choose the branch you want to merge into.
- In the 'compare' dropdown, choose the branch with your changes to the branch you want to merge from.
- Add a descriptive title and an optional description for the pull request to explain what the changes are and why they’re needed.
- Click 'Create pull request'.
- Your pull request is now created! It will appear in the 'Pull Requests' tab, where others can review, comment on, and merge it.
This website uses cookies to ensure you get the best experience on our website. Learn More
Got it