Closed Berkmann18 closed 5 years ago
Added an additional way to commit which would ensure that the commit message respects the Angular commit convention used by this repo. Usage: git cz (I use an alias being gz) or npm run commit.
git cz
gz
npm run commit
Thanks!
Added an additional way to commit which would ensure that the commit message respects the Angular commit convention used by this repo. Usage:
git cz
(I use an alias beinggz
) ornpm run commit
.