| ... | ... | @@ -104,7 +104,7 @@ Users are urged to provide as much context as possible in their commits. |
|
|
|
|
|
|
|
A commit should be atomic, meaning that 1 commit must contains changes that :
|
|
|
|
|
|
|
|
1. Are functionnal. If they are currently not, its ok, everybody does "checkpoints commits" during the development process. But final commits that will be merged in dev/main need to be functionnal. To modify commits, head to \[git rebase --interactive\]()
|
|
|
|
1. Are functionnal. If they are currently not, its ok, everybody does "checkpoints commits" during the development process. But final commits that will be merged in dev/main need to be functionnal. To learn how to modify commits nce you are done developpping, head to [git rebase --interactive](https://gitlab.eclipse.org/groups/eclipse/aidge/-/wikis/Get-good-at-git#-i-1)
|
|
|
|
2. Can be grouped under 1 common designations (the commit message).
|
|
|
|
3. This designation is the shortest common denominator.
|
|
|
|
|
| ... | ... | |