Skip to content

betandr/pull-request-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages