Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 994 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 994 Bytes

Pull Request Tool

Build Status

prt is a tool that allows you to list pull requests on GitHub from the command line.

NB: PRT is not complete and is not ready to actually use yet! :)

Usage

You'll need a GitHub access token from https://github.com/settings/tokens to use prt.

export OAUTH_TOKEN={yourtokenhere}

List: prt list owner/repo (optional: --all)

Get: prt get owner/repo {number}

Create: prt create owner/repo {branch} {base} {title}

Merge: prt merge owner/repo {number} (optional: {title} {message} {method} (merge, squash or rebase))

TODO

betandr/pull-request-tool is licensed under the GNU Affero General Public License v3.0