Git Hooks
Articles about Git Hooks
2 articles
Huskylint-staged
Husky and lint-staged: code quality before commits
Configure Husky and lint-staged to automatically run linters and tests before each commit. Guaranteed code quality.
·1 min read
GitGit Hooks
Git Hooks: automate your development workflow
Learn how to use Git Hooks to automate tasks like linting, testing, and validations before every commit and push in your development workflow.
·1 min read