plugin to open a pull-request from the command line
open a pull request from current branch to master branch on origin
git pr originopen a pull request to remote "upstream" on feat/new-feature branch:
git pr upstream feat/new-featureopen a pull request using message passed on command line
git pr origin master -m "My pull request title"get the binary from github release
TODO: @jafow
APACHE2.0 & MIT