git: update French translation (#5503)

add-set-more-info-link.py
Patrice Denis 2021-03-27 12:50:01 +01:00 committed by GitHub
parent 5b88ada7ee
commit 6900dc8282
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 4 deletions

View File

@ -11,10 +11,18 @@
`git --help`
- Afficher l'aide sur une commande Git :
- Afficher l'aide sur une sous-commande Git :
`git help {{command}}`
`git help {{sous_commande}}`
- Exécuter une commande Git :
- Exécuter une sous-commande Git :
`git {{command}}`
`git {{sous_commande}}`
- Exécuter une sous-commande Git sur un répertoire personalisé :
`git -C {{chemin/vers/repertoire}} {{sous_commande}}`
- Exécuter une sous-commande Git avec un paramètre de configuration spécifique :
`git -c '{{cle_param_config}}={{valeur}}' {{sous_commande}}`