How to Automate Git Workflows with Git Hooks | HackerNoon
Briefly

Git hooks run scripts automatically upon specific events in a Git repository, allowing customization of Git's behavior and triggering actions during the development process locally or on the server.
Hooks like pre-commit, commit-msg, and post-checkout enable actions like lint checks, enforcing commit message conventions, and running tests before and after commits.
Read at Hackernoon
[
]
[
|
]