mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-09-01 21:32:35 +02:00
chore: update roadmap content json (#8742)
Co-authored-by: kamranahmedse <4921183+kamranahmedse@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
fda439f0e9
commit
e4b475cd78
@@ -1694,7 +1694,7 @@
|
||||
},
|
||||
"jzYjHx-gIKSP8dQUTqWVw": {
|
||||
"title": "commit-msg",
|
||||
"description": "The commit-msg hook is a client-side hook that runs after you've committed changes to your repository. It's typically used to validate or modify the commit message before it's recorded in the Git history.\n\nVisit the following resources to learn more:",
|
||||
"description": "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.\n\nVisit the following resources to learn more:",
|
||||
"links": [
|
||||
{
|
||||
"title": "A Git-Hook for Commit Messages Validation - No Husky, Just JS",
|
||||
|
Reference in New Issue
Block a user