Files
developer-roadmap/roadmaps/git-github/content/commit-msg@jzYjHx-gIKSP8dQUTqWVw.md
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

585 B

commit-msg

The commit-msg hook is a client-side hook that runs after you enter a commit message, but before the commit is finalized in your repository. It's typically used to validate or modify the commit message before it's recorded in the Git history.

Visit the following resources to learn more: