tldr/pages.fr/common/git-help.md

25 lines
455 B
Markdown
Raw Normal View History

2020-11-10 11:17:06 +00:00
# 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`