git*: add French translation (#4619)

This commit is contained in:
CARE-COLIN Thibaut
2020-11-10 12:17:06 +01:00
committed by GitHub
parent 6b167bcdd4
commit 8c8314f725
72 changed files with 1499 additions and 41 deletions

View File

@@ -5,7 +5,7 @@
- Ajouter un fichier à l'index :
`git add {{path/to/file}}`
`git add {{chemin/vers/fichier}}`
- Ajouter tous les fichiers (suivis et non-suivis) :
@@ -20,5 +20,12 @@
`git add -f`
- Ajoute des parties de fichiers interactivement :
`git add -p`
`git add -p {{path/to/file}}`
- Ajoute interactivement les parties d un fichier specifié :
`git add -p {{chemin/vers/fichier}}`
- Ajouter un fichier interactivement :
`git add -i`