Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 523 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 523 Bytes

git-pr

git-pr - a cli command that creates new / open existing PR on github

Installation

It uses basher, a bash function manager

basher install jerrygreen/git-pr

Usage

git-pr foo

It will create a new branch "foo" and will open a github link suggesting to create a PR

git-pr

It will open existing PR for current branch (no sense to call it from master)

Contributing

If you want to contribute, look CONTRIBUTING.md