A git command for generating pull requests on github via command line. You need to Install pygit2 for this script to work.
Installation
- Clone the repository
git clone https://github.com/sumansai14/git-pull-request.git
cd git-pull-request
sudo cp git-pull-request /usr/local/bin/
sudo chmod 755 /usr/local/bin/git-pull-request
Usage
git pull-request base_remote_name/branch_name forked_remote_name/branch_name