| ... | ... | @@ -58,7 +58,7 @@ repository is either ssh or https address of the repo. |
|
|
|
## commit
|
|
|
|
A commit is like a checkpoint : you have modified multiple files, and you [push](#push) them to the [origin](#origin) with a commit message like "hey I've done this and that".
|
|
|
|
|
|
|
|
A commit can but doesn't have to contain all your modified files, it will only include (added)[[#add|]] files.
|
|
|
|
A commit can but doesn't have to contain all your modified files, it will only include [added](#add) files.
|
|
|
|
any commit will be accompanied by a **commit message** that NEEDS to contain the important things that has been modified in the added files.
|
|
|
|
|
|
|
|
```bash
|
| ... | ... | |