How to Create a Pull Request to a Repository in GitHub
What is a Pull Request?
A pull request is requesting an owner of a repository (which we have already forked) to accept the changes we made and commit them to their repository - the original repositoryHow to Create A Pull Request
1. Fork the Original Repository
First of all you need to fork your own copy of the original repository.With GitHub it is quite easy to Fork. All you need to do is to goto the page of the repository, click the Fork button on the Top Right Corner, and it'll do the task for you.
2. Create a new Pull Request
To create a new Pull Request, click the Green Button 'New Pull Request' as in the figure belowThen under the Compare Changes paragraph, click 'compare across forks'.
Then select from which branch you need to create the pull request.
That's it! Now the original owner of the repository can merge and accept your pull request
If you come up with any questions, shoot them out in your comments.. (y)
Happy Coding!
Click here to fork and create a pull request, to the Pera-Git-Init repository
No comments:
Post a Comment