git-prout

command module
v0.0.0-...-5c51421 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 2, 2017 License: MIT Imports: 16 Imported by: 0

README

git-prout

Travis GitHub release MIT License

git-prout is a CLI tool using Golang. You can easily checkout GitHub Pull Request locally.

Table of Contents

Demo

Demo Animation

Install

Homebrew
$ brew tap tsuyoshiwada/git-prout
$ brew install git-prout

If you are in another platform, you can download binary from release page and place it in $PATH directory.

Golang

Or you can use go get.

$ go get -u github.com/tsuyoshiwada/git-prout

Usage

$ git-prout [<options>] <number>

Options:
  -h, --help             Show context-sensitive help (also try --help-long and --help-man).
      --version          Show application version.
      --debug            Enable debug mode.
  -r, --remote="origin"  Reference of remote.
  -f, --force            Force execute pull or checkout.
  -q, --quiet            Silence any progress and errors (other than parse error).

Arguments:
  <number>  ID number of pull request

Tips

You can execute git-prout as a git subcommand.

$ git prout 123

Contribute

  1. Fork (https://github.com/tsuyoshiwada/git-prout)
  2. Create a feature branch
  3. Commit your changes
  4. Rebase your local changes against the master branch
  5. Run test suite with the go test command and confirm that it passes
  6. Create new Pull Request :)

Bugs, feature requests and comments are more than welcome in the issues.

License

MIT © tsuyoshiwada

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL