githooks.md

July 15, 2021 ยท View on GitHub

Bookmarks tagged [githooks]

www.codever.land/bookmarks/t/githooks

typicode/husky: Git hooks made easy ๐Ÿถ woof!

https://github.com/typicode/husky

Husky can prevent bad git commit, git push and more ๐Ÿถ woof!


Git - githooks Documentation

https://git-scm.com/docs/githooks

githooks - Hooks used by Git


Git Hooks | Atlassian Git Tutorial

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