GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
GIT-PULL-REQUEST(1) Git Extras GIT-PULL-REQUEST(1)

git-pull-request - Create pull request for GitHub project

git-pull-request [<target branch>]

Create pull request for 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

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

Use git config --global --add git-extras.github-personal-access-token <your-personal-access-token>

If using multiple accounts, override the global value in the specific repo using git config git-extras.github-personal-access-token <other-acc-personal-access-token>

<target branch>

The target branch you want to send pull request to.

$ git pull-request master
Everything up-to-date
  create pull-request for spacewander/spacewander-toolbox ´master´
  title: test
  body:
  base [master]:
  GitHub two-factor authentication code (leave blank if not set up):

Written by Tj Holowaychuk <tj@vision-media.ca>

<https://github.com/tj/git-extras/issues>

<https://github.com/tj/git-extras>
August 2020

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.