1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-07 00:26:00 +02:00

git: update French translation (#5503)

This commit is contained in:
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

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