-
-
Notifications
You must be signed in to change notification settings - Fork 267
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for git --hooks #450
Comments
Do you think this PR #250 relate to this feature? I've tried the implementation on my mac machine and failed but currently have no idea how we can fix that |
Yes, that is the same feature we are looking for. Does your repo work if you just type |
If you use |
As this is a duplicate issue to #249 , let's close this one and discuss there |
Description
With commitizen in node it is very straight forward on how to replace
git commit
in a project using git hooks, however, this does not seem to work in my current python project using poetry but is possible if you bring innpm
as an additional dependency. Not ideal.Possible Solution
Make
cz commit
replacegit commit
when a contributor is committing inside of a repository.The text was updated successfully, but these errors were encountered: