jafow / git-pr

git plugin for opening pull requests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Apache License 2.0


Languages

Language:Rust 94.7%Language:Shell 3.7%Language:Makefile 1.6%