Files
developer-roadmap/roadmaps/git-github/content/pre-commit@HhpAIzYMlMiQ9msrYZyDB.md
T
Arik Chakma 274082fd77 feat: clean roadmap content and sync scripts (#10181)
* refactor: clean to roadmap content

* refactor: move shared helpers into scripts/lib
2026-07-28 05:45:17 +06:00

527 B

pre-commit

The pre-commit hook runs before a commit is finalized, giving a chance to inspect the staged changes and abort the commit if something is wrong. It's frequently used to run linters, formatters, or tests against the code being committed. If the hook script exits with a non-zero status, the commit is stopped.

Visit the following resources to learn more: