mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
git-add: fix typos (fr; #4249)
This commit is contained in:
parent
2ead707cc3
commit
3af7acb623
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
> Ajoute les fichiers modifiés à l'index.
|
> Ajoute les fichiers modifiés à l'index.
|
||||||
> Plus d'informations : <https://git-scm.com/docs/git-add>.
|
> Plus d'informations : <https://git-scm.com/docs/git-add>.
|
||||||
|
|
||||||
- Ajouter un ficher à l'index :
|
- Ajouter un fichier à l'index :
|
||||||
|
|
||||||
`git add {{path/to/file}}`
|
`git add {{path/to/file}}`
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
`git add -A`
|
`git add -A`
|
||||||
|
|
||||||
- Ajoute les modifications des fichers déjà suivis :
|
- Ajoute les modifications des fichiers déjà suivis :
|
||||||
|
|
||||||
`git add -u`
|
`git add -u`
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue