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