1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-02 22:02:39 +02:00

fix: improve Git hook description and fix typo

This commit is contained in:
jj
2025-06-04 19:04:28 +08:00
committed by GitHub
parent 00cd51b941
commit 701c168704
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# commit-msg
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.
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:

View File

@@ -5,4 +5,4 @@ Data constraints in SQL are rules applied to columns or tables to enforce data i
Learn more from the following resources:
- [@article@Data Constraints](https://www.w3schools.com/sql/sql_constraints.asp)
- [@article@SQL Contraints](https://www.programiz.com/sql/constraints)
- [@article@SQL Constraints](https://www.programiz.com/sql/constraints)