DEV Community

Discussion on: How To Enforce Conventional Commit Messages Using GIT Hooks

Collapse
 
prahladyeri profile image
Prahlad Yeri • Edited

You can do that if you have github enterprise, they provide these hooks on the server side through settings. If you run your own git server, you'll have to code an equivalent scripting solution of your own to achieve this.