1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.zh/common/git-help.md
Naiq ca11ff6026
git-*: add and update Chinese translations (#15940)
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
2025-03-26 00:10:53 +02:00

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