1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 12:42:07 +02:00
tldr/pages.fr/common/git-help.md
2020-11-10 08:17:06 -03:00

24 lines
455 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 disponnibles :
`git help --all`
- Lister les manuels disponnibles :
`git help --guide`
- Lister toutes les variables de configuration disponnibles :
`git help --config`