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

25 lines
459 B
Markdown
Raw Blame History

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

# 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`