Git Hooks
Scripts that run automatically at specific points in the Git workflow, like pre-commit or pre-push.
How it works
Scripts that run automatically at specific points in the Git workflow, like pre-commit or pre-push.
In WordPress
Pre-commit hooks can run PHPCS or WP HealthKit CLI checks before code is committed, catching issues early.
Related terms
WP HealthKit checks for Git Hooks-related vulnerabilities automatically
Run a Free Audit