| ... | ... | @@ -89,7 +89,8 @@ Each git commit can then bee seen in your history using git log. |
|
|
|
```text
|
|
|
|
Chore : This is a commit message example. This line will serve as commit title.
|
|
|
|
|
|
|
|
The following Lines will be used to provide more context to someone that wants to inspect this given commit. Users are urged to provide as much context as possible in their commits.
|
|
|
|
The following Lines will be used to provide more context to someone that wants to inspect this given commit.
|
|
|
|
Users are urged to provide as much context as possible in their commits.
|
|
|
|
```
|
|
|
|
##### What should a commit contain ?
|
|
|
|
A commit should be atomic, meaning that 1 commit must contains changes that :
|
| ... | ... | |