Skip to content

Commit 1f72512

Browse files
committed
update working
1 parent b8b02d8 commit 1f72512

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

man/git-fork.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ adds the forked repo as a remote called \fBorigin\fR
4040
.P
4141
Remotes will use ssh if you have it configured with GitHub, if not, https will be used\.
4242
.
43-
Create pull request for a project on GitHub via command line\.
43+
Create a fork a project on GitHub via command line\.
4444
.
4545
.P
46-
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
46+
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
4747
.
4848
.P
4949
Make sure the personal access token has the right \fBOAuth\fR scopes for the repo(s)

man/git-fork.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/git-fork.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ git-fork(1) -- Fork a repo on github
2121

2222
Remotes will use ssh if you have it configured with GitHub, if not, https will be used.
2323

24-
Create pull request for a project on GitHub via command line.
24+
Create a fork of a project on GitHub via command line.
2525

26-
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)
26+
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)
2727

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

0 commit comments

Comments
 (0)