-
Notifications
You must be signed in to change notification settings - Fork 22
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
prepare-commit-msg hook? #88
Comments
Hi, not sure what this git hook does, can you explain? |
I use this hook to populate the commit message with some useful infos like the name of the branch you are currently on. Here's the link to the doc. For what it's worth, you'll find below the script I use to insert text like this:
|
that's a cool feature, I should probably do this. |
I am thinking out loud... how about to execute commit-wizard on this step and then use the result, instead of using |
I am going to try it . I will hack a bit using this https://github.com/linxiaowu66/prepare-commit-msg-angular/blob/master/index.js |
Hi,
Is it possible to trigger the prepare-commit-msg hook using this configuration in package.json?
Best,
The text was updated successfully, but these errors were encountered: