mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
update working
This commit is contained in:
parent
b8b02d8ef1
commit
1f72512ef0
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue