|
|
|
Git is a versionning tool allowing multiple programmers to work simultaneously on the same codebase.
|
|
|
|
[[__TOC__]]
|
|
|
|
|
|
|
|
# commands
|
|
|
|
## add
|
|
|
|
|
|
|
|
To prepare a [[#commit]] : each added file will be in your next [[#commit]]
|
|
|
|
To prepare a [[Get good at git|Get-good-at-git#Commit]] : each added file will be in your next [[#commit]]
|
|
|
|
```bash
|
|
|
|
git add <file/folder>
|
|
|
|
```
|
| ... | ... | |