Skip to content
GitLab
Explore
Sign in
Changes
Page history
feat : added add -i option
authored
Oct 10, 2024
by
Grégoire Kubler
Hide whitespace changes
Inline
Side-by-side
Get-good-at-git.md
View page @
28ebbdcd
...
@@ -13,8 +13,10 @@ To prepare a [commit](#commit) : each added file will be in your next [commit](#
...
@@ -13,8 +13,10 @@ To prepare a [commit](#commit) : each added file will be in your next [commit](#
```
bash
```
bash
git add <file/folder>
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
## bisect
...
...