Skip to content

Commit 87f1d37

Browse files
committed
Merge pull request #198 from amacfie/patch-1
Correct minor typo in paragraph
2 parents 2d14317 + 1f9c5bd commit 87f1d37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/05-distributed-git/sections/contributing.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ $ git push -u myfork featureA
528528

529529
(((git commands, request-pull)))
530530
When your work has been pushed up to your fork, you need to notify the maintainer.
531-
This is often called a pull request, and you can either generate it via the website – GitHub has it's own Pull Request mechanism that we'll go over in <<_github>> – or you can run the `git request-pull` command and e-mail the output to the project maintainer manually.
531+
This is often called a pull request, and you can either generate it via the website – GitHub has its own Pull Request mechanism that we'll go over in <<_github>> – or you can run the `git request-pull` command and e-mail the output to the project maintainer manually.
532532

533533
The `request-pull` command takes the base branch into which you want your topic branch pulled and the Git repository URL you want them to pull from, and outputs a summary of all the changes you're asking to be pulled in.
534534
For instance, if Jessica wants to send John a pull request, and she's done two commits on the topic branch she just pushed up, she can run this:

0 commit comments

Comments
 (0)