1.0.0 • Published 5 years ago

gor-commit v1.0.0

Weekly downloads
5
License
MIT
Repository
github
Last release
5 years ago

gor-commit NPM version Build Status Dependency Status Coverage percentage

Greenkeeper badge

Commitizen for Gorila projects :gorila-horns:

Installation

$ npm install -g gor-commit

Repository 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