mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 12:26:03 +02:00
git: update French translation (#5503)
This commit is contained in:
parent
5b88ada7ee
commit
6900dc8282
1 changed files with 12 additions and 4 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue