Skip to content
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

feat: replace commitizen with czg #9

Merged
merged 1 commit into from
May 6, 2024
Merged

feat: replace commitizen with czg #9

merged 1 commit into from
May 6, 2024

Conversation

andreszorro
Copy link
Collaborator

czg is a leaner option than commitizen and fulfills the same role. (Check the diff on pnpm-lock.yaml)

Also, including a way to explicitly opt out of specific git hooks.
User can use git config --add custom.hooks.hook-name false to opt out of specific hooks. E.g.

# Disables prepare-commit-msg for current user
git config --add custom.hooks.prepare-commit-msg false

czg is a leaner option than commitizen and fulfills the same role.
Also, including a way to explicitly opt out of specific git hooks.
user can use `git config --add custom.hook.hookName false` to opt out
of specific hooks.
@jemc jemc merged commit 4f4e0bb into main May 6, 2024
1 check passed
@jemc jemc deleted the feature/czg branch May 6, 2024 21:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants