observing / pre-commit

Automatically installs a git pre-commit script in your git repository which runs your `npm test` on pre-commit
MIT License
1.88k stars 153 forks source link

commitizen got skipped when its inside pre-commit #116

Open adamchenwei opened 6 years ago

adamchenwei commented 6 years ago

I tried to trigger commitizen in pre-commit stage so it override the actual git commit behavior, but when commitizen ui popped up, pre-commit just ran through it instead of pausing at the commitizen step so I can utilize its UI for commit the change. Is there way we can config pre-commit not to conclude until the first finished?