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

25 lines
462 B
Markdown
Raw Normal View History

2020-11-10 11:17:06 +00:00
# git help
2021-01-07 14:06:38 +00:00
> Afficher le manuel de Git.
> Plus d'informations : <https://git-scm.com/docs/git-help>.
2020-11-10 11:17:06 +00:00
- Afficher le manuel d'une sous commande :
2020-11-10 11:17:06 +00:00
`git help {{subcommand}}`
- Méme chose dans un navigateur :
2020-11-10 11:17:06 +00:00
`git help --web {{subcommand}}`
- Afficher la liste des sous commandes disponnibles :
2020-11-10 11:17:06 +00:00
`git help --all`
- Lister les manuels disponnibles :
2020-11-10 11:17:06 +00:00
`git help --guide`
- Lister toutes les variables de configuration disponnibles :
2020-11-10 11:17:06 +00:00
`git help --config`