Skip to content
GitLab
Explore
Sign in
Changes
Page history
Update Get good at git
authored
Jun 26, 2024
by
Grégoire Kubler
Show whitespace changes
Inline
Side-by-side
Get-good-at-git.md
View page @
241f5349
...
@@ -5,7 +5,7 @@ Git is a versionning tool allowing multiple programmers to work simultaneously o
...
@@ -5,7 +5,7 @@ Git is a versionning tool allowing multiple programmers to work simultaneously o
# commands
# commands
## add
## 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
```
bash
git add <file/folder>
git add <file/folder>
```
```
...
...