/git-pr

git plugin for opening pull requests

Primary LanguageRustApache License 2.0Apache-2.0

git-pr

plugin to open a pull-request from the command line

usage

open a pull request from current branch to master branch on origin

git pr origin

open a pull request to remote "upstream" on feat/new-feature branch:

git pr upstream feat/new-feature

open a pull request using message passed on command line

git pr origin master -m "My pull request title"

install

get the binary from github release

TODO: @jafow

LICENSE

APACHE2.0 & MIT