Skip to content

jafow/git-pr

Repository files navigation

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

About

git plugin for opening pull requests

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published