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

25 lines
462 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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