A pull request is GitHub’s way of notifying relevant parties about your request to incorporate changes into their branch. A pull request will show in red and green the differences of the content between branches. You can make a pull request any time you complete a commit.
- Click the
Pull Request
tab - From the Pull Request page, click the
New pull request
button. - In the
Example Comparisons
box, select the branch you made the changes, to compare withmain
- Review the changes and difference in the Compare page
- Click
Create Pull Request
button - Give your pull request a title and write a brief description of your changes.
- Click
Create pull request
!