update working

This commit is contained in:
Don Harper 2021-06-06 21:26:01 -05:00
parent b8b02d8ef1
commit 1f72512ef0
3 changed files with 6 additions and 6 deletions

View file

@ -40,10 +40,10 @@ adds the forked repo as a remote called \fBorigin\fR
.P
Remotes will use ssh if you have it configured with GitHub, if not, https will be used\.
.
Create pull request for a project on GitHub via command line\.
Create a fork a project on GitHub via command line\.
.
.P
A personal access token is required for making the API call to open the pull request(s) in GitHub\. API Documentation here \fIhttps://docs\.github\.com/en/rest/reference/pulls#create\-a\-pull\-request\fR
A personal access token is required for making the API call to create a new fork in GitHub\. API Documentation here \fIhttps://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)

View file

@ -99,9 +99,9 @@
<p> Remotes will use ssh if you have it configured with GitHub, if not, https will be used.</p>
<p>Create pull request for a project on GitHub via command line.</p>
<p>Create a fork of a project on GitHub via command line.</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>A personal access token is required for making the API call to create a new fork 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>

View file

@ -21,9 +21,9 @@ git-fork(1) -- Fork a repo on github
Remotes will use ssh if you have it configured with GitHub, if not, https will be used.
Create pull request for a project on GitHub via command line.
Create a fork of a project on GitHub via command line.
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)
A personal access token is required for making the API call to create a fork 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)