1GIT-PULL-REQUEST(1)               Git Extras               GIT-PULL-REQUEST(1)
2
3
4

NAME

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

SYNOPSIS

9       git-pull-request [<target branch>]
10

DESCRIPTION

12       Create pull request for a project on GitHub via command line.
13
14       Uses the email from git config user.email to open the pull request.
15

OPTIONS

17       <target branch>
18
19       The target branch you want to send pull request to.
20

EXAMPLES

22       $ git pull-request master
23       Everything up-to-date
24
25         create pull-request for spacewander/spacewander-toolbox ´master´
26
27         title: test
28         body:
29         base [master]:
30         GitHub two-factor authentication code (leave blank if not set up):
31
32       Enter host password for user ´spacewanderlzx@gmail.com´:
33

AUTHOR

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

REPORTING BUGS

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

SEE ALSO

41       <https://github.com/tj/git-extras>
42
43
44
45                                 November 2017             GIT-PULL-REQUEST(1)
Impressum