Git issues command line interface.
Make sure to have a configuration file at $HOME/.gi.yaml
. Here an example for
its content:
---
github.com:
token: <AUTH-TOKEN>
$ 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]
gi release [new-version] Release current branch.
Options:
--version Show version number [boolean]
--help Show help [boolean]