2024-02-19
- Conventional Commits
Defining a standard format for commit changes,which can be processed by automated tools to produce documentation.
<type>[(optional <scope>)]: <description>
[optional <body>]
[optional <footer>]
Link to docs
-
Descriptive git commit messages.
git commit -m "Tittle" -m "Description"
, a descriptive git commit can be written by using the option -m twice