-
Notifications
You must be signed in to change notification settings - Fork 0
5. Git Commit Message Standard
Ilia Munaev edited this page May 21, 2025
·
1 revision
| First Word | Meaning |
|---|---|
| Add: | Create a capability e.g. feature, test, dependency |
| Del: | Remove a capability e.g. feature, test, dependency |
| Fix: | Fix an issue e.g. bug, typo, accident, misstatement |
| Make: | Change the build process |
| Refactor: | A code change that has no effect to execution e.g. change var name |
| Update: | Update a README file, functions descriptions, comments etc |
| Norm: | refactoring according to School 42 coding style |
git commit -m"Add: is_valid_input()"
git commit -m"Del: putchar(), no need in project"