Skip to content

Commit

Permalink
docs(readme): document behavior of npx git-cz in non-Commitizen frien…
Browse files Browse the repository at this point in the history
…dly repository (#612)

Fixes #564
  • Loading branch information
fdlk authored and jimthedev committed Feb 22, 2019
1 parent 75b940d commit 515a57e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -30,7 +30,7 @@ When you're working in a Commitizen friendly repository, you'll be prompted to f

[![Add and commit with Commitizen](https://github.com/commitizen/cz-cli/raw/master/meta/screenshots/add-commit.png)](https://github.com/commitizen/cz-cli/raw/master/meta/screenshots/add-commit.png)

If you're not working in a Commitizen friendly repository, then `git cz` will work just the same as `git commit`.
If you're not working in a Commitizen friendly repository, then `git cz` will work just the same as `git commit` but `npx git-cz` will use the [streamich/git-cz](https://github.com/streamich/git-cz) adapter.

#### Conventional commit messages as a global utility

Expand Down

0 comments on commit 515a57e

Please sign in to comment.