Bookmarks tagged [githooks]
https://github.com/typicode/husky
Husky can prevent bad git commit, git push and more 🐶 woof!
- tags: git, git-commit, githooks
- source code
https://git-scm.com/docs/githooks
githooks - Hooks used by Git
https://www.atlassian.com/git/tutorials/git-hooks
Git hooks are scripts that run automatically every time a particular event occurs in a Git repository. They let you customize Git’s internal behavior and trigger customizable actions at key points in ...