betandr / pull-request-tool

Pull Request Tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Pull Request Tool

License:GNU Affero General Public License v3.0


Languages

Language:Go 100.0%