Conventional Commits
We have created a simple specification to creates commit messages based on other specifications from popular tech companies.
Last updated
Was this helpful?
We have created a simple specification to creates commit messages based on other specifications from popular tech companies.
Last updated
Was this helpful?
Was this helpful?
git commit -m "feat: create user model" -m "extend description..."
^--^ ^----------------^ |
| | |
| | +-> The body is an extended description of the commit.
| +-> The subject is a summary in present tense.
|
+-------> Type: chore, docs, feat, fix, refactor, style, or test.