mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
444 B
444 B
git help
显示 Git 的帮助信息。 更多信息:https://git-scm.com/docs/git-help.
- 显示指定 Git 子命令的帮助信息:
git help {{subcommand}}
- 在网络浏览器中显示指定 Git 子命令的帮助信息:
git help --web {{subcommand}}
- 列出所有可用的 Git 子命令:
git help --all
- 列出可用的指南:
git help --guide
- 列出所有配置变量的名称:
git help --config