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:
@@ -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:
|
||||
|
||||
|
@@ -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)
|
Reference in New Issue
Block a user