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!
- tags: git, git-commit, githooks
- :octocat: source code
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 ...