mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Grammar correction
This commit is contained in:
parent
73bb1e0f59
commit
eaeeef3b80
|
|
@ -8,7 +8,7 @@
|
|||
.SH "DESCRIPTION"
|
||||
Create pull request for a project on GitHub via command line\.
|
||||
.P
|
||||
Personal access token is required for making API call to open the pull request in Github\.
|
||||
A personal access token is required for making the API call to open the pull request(s) in GitHub\. API Documentation here \fI\%https://docs\.github\.com/en/rest/reference/pulls#create\-a\-pull\-request\fR
|
||||
.P
|
||||
Make sure the personal access token has the right \fBOAuth\fR scopes for the repo(s)
|
||||
.P
|
||||
|
|
|
|||
|
|
@ -83,7 +83,7 @@
|
|||
|
||||
<p>Create pull request for a project on GitHub via command line.</p>
|
||||
|
||||
<p>Personal access token is required for making API call to open the pull request in Github.</p>
|
||||
<p>A personal access token is required for making the API call to open the pull request(s) in GitHub. <a href="https://docs.github.com/en/rest/reference/pulls#create-a-pull-request">API Documentation here</a></p>
|
||||
|
||||
<p>Make sure the personal access token has the right <code>OAuth</code> scopes for the repo(s)</p>
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ git-pull-request(1) -- Create pull request for GitHub project
|
|||
|
||||
Create pull request for a project on GitHub via command line.
|
||||
|
||||
Personal access token is required for making API call to open the pull request in Github.
|
||||
A personal access token is required for making the API call to open the pull request(s) in GitHub. [API Documentation here](https://docs.github.com/en/rest/reference/pulls#create-a-pull-request)
|
||||
|
||||
Make sure the personal access token has the right `OAuth` scopes for the repo(s)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue