You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To help with the adoption of Commitizen by project contributors who are unfamiliar with Commitizen, it would be nice if cz commit could run automagically whenever a user tries to git commit. That is, cz commit should transparently replace git commit.
Possible Solution
Your project is already using pre-commit for cz check (🎉 yeah! 🎉). It would be nice if there were a pre-commit hook that could run on prepare-commit-msg.
Description
To help with the adoption of Commitizen by project contributors who are unfamiliar with Commitizen, it would be nice if
cz commit
could run automagically whenever a user tries togit commit
. That is,cz commit
should transparently replacegit commit
.Possible Solution
Your project is already using
pre-commit
forcz check
(🎉 yeah! 🎉). It would be nice if there were apre-commit
hook that could run onprepare-commit-msg
.Additional context
pre-commit project
The text was updated successfully, but these errors were encountered: