1
0
Fork 0
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:
William Belle 2020-08-10 01:17:27 +02:00 committed by GitHub
parent 2ead707cc3
commit 3af7acb623
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`