git-pull-request (1) Linux Manual Page
git-pull-request – Create pull request for GitHub project
Synopsis
git-pull-request [<target branch>]Description
Create pull request for a project on GitHub via commandline. Uses the email from git config user.email to open the pull request.
Options
<target branch> The target branch you want to send pull request to.
Examples
$ git pull-request master
Everything up-to-date
create pull-request for spacewander/spacewander-toolbox ‘master’
title: test
body:
base [master]:
Enter host password for user ‘spacewanderlzx [at] gmail.com’:
…
