Back to Developer Roadmap

commit-msg

src/data/roadmaps/git-github/content/[email protected]

4.0585 B
Original Source

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: