We’ve made numerous changes to our local Git repository.
Now, commit those changes and push them to our GitHub fork:
[user@localhost] $ |
git push origin facaeae..ebb1a5c master -> master |
Go to GitHub, and you’ll see that the repository now has a new commit. From there, you can send a Pull Request to the original repository.
Click on that option and create a pull request.
Make sure to include an explanation for the administrators.
The pull request has been sent.
Now, any member with access to the original repository can view the pull request.
And they can review the proposed changes.
They can comment on the changes and merge the pull request.
Confirm:
And the changes have been merged into the master branch.
Now it’s your turn!