| ... | ... | @@ -5,7 +5,7 @@ Git is a versionning tool allowing multiple programmers to work simultaneously o |
|
|
|
# commands
|
|
|
|
## add
|
|
|
|
|
|
|
|
To prepare a (commit)[Get good at git#commit] : each added file will be in your next (commit)[Get good at git#commit]
|
|
|
|
To prepare a [commit](#commit) : each added file will be in your next (commit)[Get good at git#commit]
|
|
|
|
```bash
|
|
|
|
git add <file/folder>
|
|
|
|
```
|
| ... | ... | |