git*: add French translation (#4619)
This commit is contained in:

committed by
GitHub

parent
6b167bcdd4
commit
8c8314f725
@@ -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`
|
||||
|
Reference in New Issue
Block a user