| ... | ... | @@ -13,8 +13,10 @@ To prepare a [commit](#commit) : each added file will be in your next [commit](# |
|
|
|
```bash
|
|
|
|
git add <file/folder>
|
|
|
|
```
|
|
|
|
To remove an added file use the (`git restore --staged `)\[#args\] command.
|
|
|
|
|
|
|
|
To remove an added file use the (restore --staged )\[#args\] command .
|
|
|
|
### -i
|
|
|
|
Interactive mode
|
|
|
|
|
|
|
|
## bisect
|
|
|
|
|
| ... | ... | |