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

25 lines
453 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 disponibles :
2020-11-10 11:17:06 +00:00
`git help --all`
- Lister les manuels disponibles :
2020-11-10 11:17:06 +00:00
`git help --guide`
- Lister toutes les variables de configuration disponibles :
2020-11-10 11:17:06 +00:00
`git help --config`