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

committed by
GitHub

parent
6b167bcdd4
commit
8c8314f725
24
pages.fr/common/git-help.md
Normal file
24
pages.fr/common/git-help.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# git help
|
||||
|
||||
> Afficher le manuel de git.
|
||||
> Plus d'informations: <https://git-scm.com/docs/git-help>.
|
||||
|
||||
- Afficher le manuel d'une sous commande :
|
||||
|
||||
`git help {{subcommand}}`
|
||||
|
||||
- Méme chose dans un navigateur :
|
||||
|
||||
`git help --web {{subcommand}}`
|
||||
|
||||
- Afficher la liste des sous commandes disponnibles :
|
||||
|
||||
`git help --all`
|
||||
|
||||
- Lister les manuels disponnibles :
|
||||
|
||||
`git help --guide`
|
||||
|
||||
- Lister toutes les variables de configuration disponnibles :
|
||||
|
||||
`git help --config`
|
Reference in New Issue
Block a user