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