1
0
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:
github-actions[bot]
2025-06-07 20:39:04 +06:00
committed by GitHub
parent fda439f0e9
commit e4b475cd78
16 changed files with 550 additions and 384 deletions

View File

@@ -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",