Skip to content

Commit 7a89f7c

Browse files
committed
git-pr: emphasized that the remote is required when pulling multiple PRs.
1 parent 99238bd commit 7a89f7c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

man/git-pr.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Switched to branch \'pr/453\'
9999
.IP "" 0
100100
.
101101
.P
102-
You could even pull multiple pull requests via the GitHub URL or the ID with remote:
102+
You could even pull multiple pull requests via the GitHub URL or the ID \fBwith remote specified\fR:
103103
.
104104
.IP "" 4
105105
.

man/git-pr.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/git-pr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ You can also checkout a pull request based on a GitHub URL:
5454
* [new ref] refs/pull/453/head -> pr/453
5555
Switched to branch 'pr/453'
5656

57-
You could even pull multiple pull requests via the GitHub URL or the ID with remote:
57+
You could even pull multiple pull requests via the GitHub URL or the ID **with remote specified**:
5858

5959
$ git pr upstream:226 upstream:443
6060
$ git pr upstream:443 https://github.com/tj/git-extras/pull/453

0 commit comments

Comments
 (0)