Fork this repo to see how Forking and Pull requests work in GitHub
- Click the "Fork" button in the top right corner to create a copy of this repository on your personal GitHub account
- If you look at the adress bar in your browser, and the title of the repository, you will see that you have now moved into a copy of the repository on your own GitHub page
- Add a file to your fork of the repository on your personal GitHub page
- Create a pull request to send your file to the original ("upstream") repository:
- click the
Pull requestsbutton under the name of the repository - click the green
New pull requestbutton - Make sure your fork is on the right-hand side, and the upstream repo on the left-hand side; the arrow indicates in which direction your changes need to flow.
- Click the green
Create pull requestbutton - Provide a title and description for your pull request and click the button.
NB: the term "fork" does not refer to the eating utensil but to the image of a fork in a river, the place where a large branch splits off from the main branch of the river:
Most repositories will not be like the Nile but like the Upper Columbia river...

