diff --git a/man/git-fork.1 b/man/git-fork.1 index e605bc5..7a5e42c 100644 --- a/man/git-fork.1 +++ b/man/git-fork.1 @@ -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) diff --git a/man/git-fork.html b/man/git-fork.html index 3883b73..238ec1d 100644 --- a/man/git-fork.html +++ b/man/git-fork.html @@ -99,9 +99,9 @@

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

+

A personal access token is required for making the API call to create a new fork in GitHub. API Documentation here

Make sure the personal access token has the right OAuth scopes for the repo(s)

diff --git a/man/git-fork.md b/man/git-fork.md index fecbe7e..9169562 100644 --- a/man/git-fork.md +++ b/man/git-fork.md @@ -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)