2020-05-09 06:47:08 +01:00
|
|
|
# git help
|
|
|
|
|
2021-01-07 14:06:38 +00:00
|
|
|
> Display help information about Git.
|
2020-05-09 06:47:08 +01:00
|
|
|
> More information: <https://git-scm.com/docs/git-help>.
|
|
|
|
|
2021-01-07 14:06:38 +00:00
|
|
|
- Display help about a specific Git subcommand:
|
2020-05-09 06:47:08 +01:00
|
|
|
|
|
|
|
`git help {{subcommand}}`
|
|
|
|
|
2021-01-07 14:06:38 +00:00
|
|
|
- Display help about a specific Git subcommand in a web browser:
|
2020-05-09 06:47:08 +01:00
|
|
|
|
|
|
|
`git help --web {{subcommand}}`
|
|
|
|
|
2021-01-07 14:06:38 +00:00
|
|
|
- Display a list of all available Git subcommands:
|
2020-05-09 06:47:08 +01:00
|
|
|
|
|
|
|
`git help --all`
|
|
|
|
|
|
|
|
- List the available guides:
|
|
|
|
|
|
|
|
`git help --guide`
|
|
|
|
|
|
|
|
- List all possible configuration variables:
|
|
|
|
|
|
|
|
`git help --config`
|