Skip to content

Instantly share code, notes, and snippets.

@yusiwen
Created April 2, 2020 04:06
Show Gist options
  • Save yusiwen/88e5c117f7b2d2566241316f8a811cbf to your computer and use it in GitHub Desktop.
Save yusiwen/88e5c117f7b2d2566241316f8a811cbf to your computer and use it in GitHub Desktop.
[Use commitizen and cz-conventional-changelog globally] #git #commitizen
$ npm i -g commitizen cz-conventional-changelog
$ echo '{ "path": "cz-conventional-changelog" }' > ~/.czrc; create .czrc
$ cd non-node-git-repo
$ touch foo
$ git cz -a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment