gi-cli
v1.3.0
Published
Git issues command line interface.
Downloads
14
Readme
gi-cli
Git issues command line interface.
Config file
Make sure to have a configuration file at $HOME/.gi.yaml
. Here an example for
its content:
---
github.com:
token: <AUTH-TOKEN>
Commands
$ w/gi-cli ╍ gi --help
gi [command]
Commands:
gi <issue number> Checkout branch for issue number.
gi list Lists all open issues of this project.
gi pr Create pull/merge request for current branch.
[aliases: merge]
Options:
--version Show version number [boolean]
--help Show help [boolean]