1.0.0 • Published 6 years ago
gor-commit v1.0.0
gor-commit

Commitizen for Gorila projects :gorila-horns:
Installation
$ npm install -g gor-commitRepository configuration
To get a list of options for scope step, create a .czrc file in the repository's root. A sample is provided under /lib/sample.rc.
For more information about scopes, take a look at cz-jira-smart-commit repository.
Usage
Just use gor-commit instead regular git-commit command.
Tips
Retrying last failed commit attempt
If for some reasons the last attempt to go a commit using gor-commit was failed, you don't need to answer again
all the questions. Use the --retry flag.
Skipping hooks
If you really need to skip pre-commit and commit-msg hooks, just use --no-verify flag.
License
MIT © Guilherme Gois