Skip to content

Commit

Permalink
Updated PR GitHub guide and typos
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyoswinwilliams authored Mar 24, 2021
1 parent 284a673 commit fc2b9eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions detective_handbook/step6.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

Use `man grep` to learn more about `grep` flags.

# Making a pull request on Github
# Making a pull request on GitHub

You forked a repo, cloned it to your computer, made some changes committed and pushed them back to Github. Now if you want to submit those changes back to the original repo you would need to make a Pull Request. The maintainers of the original repo can review your changes and decide if they want to merge them.
You forked a repo, cloned it to your computer, made some changes committed and pushed them back to GitHub. Now if you want to submit those changes back to the original repo you would need to make a pull request (PR). The maintainers of the original repo can review your changes and decide if they want to merge them.

Refer to the [Github guide](https://help.github.com/articles/creating-a-pull-request/) to learn how to make a pull request.
Refer to the [GitHub guide](https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request-from-a-fork) to learn how to make a pull request.

0 comments on commit fc2b9eb

Please sign in to comment.