简体   繁体   English

'git --help'和'git help'有什么区别?

[英]What is the difference between 'git --help' and 'git help'?

in the documentation from git they say this : 在git的文档中,他们说:

Other options are available to control how the manual page is displayed. 其他选项可用于控制手册页的显示方式。 See git-help 1 for more information, because git --help ... is converted internally into git help 有关更多信息,请参见git-help 1 ,因为git --help ...在内部转换为git help

I understand that a option give me more info with details but how working each one? 我了解该选项可为我提供更多详细信息,但每个选项如何工作?

what are the benefits of use to each one? 对每个人使用的好处是什么?

git documentation git文档

git help help , or git --help help :), answers the question: git help helpgit --help help :)回答以下问题:

... git --help ... is identical to git help ... ... the former is internally converted into the latter . ... git --help ... git help ... 相同 ... 前者在内部转换为后者

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM