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