1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 14:22:07 +02:00
tldr/pages.fr/common/git-help.md
2021-05-01 12:49:31 -04:00

24 lines
459 B
Markdown

# 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 disponibles :
`git help --all`
- Lister les manuels disponibles :
`git help --guide`
- Lister toutes les variables de configuration disponibles :
`git help --config`