Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.21 KB

githooks.md

File metadata and controls

23 lines (19 loc) · 1.21 KB

Bookmarks tagged [githooks]

https://github.com/typicode/husky

Husky can prevent bad git commit, git push and more 🐶 woof!


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 ...