# git help > 显示 Git 的帮助信息。 > 更多信息:. - 显示指定 Git 子命令的帮助信息: `git help {{subcommand}}` - 在网络浏览器中显示指定 Git 子命令的帮助信息: `git help --web {{subcommand}}` - 列出所有可用的 Git 子命令: `git help --all` - 列出可用的指南: `git help --guide` - 列出所有配置变量的名称: `git help --config`