Skip to content

Commit

Permalink
git: update French translation (tldr-pages#5503)
Browse files Browse the repository at this point in the history
  • Loading branch information
patricedenis authored Mar 27, 2021
1 parent 5b88ada commit 6900dc8
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions pages.fr/common/git.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}}`

0 comments on commit 6900dc8

Please sign in to comment.