gpt4 book ai didi

Git Bash "help"命令但阻止使用浏览器

转载 作者:太空狗 更新时间:2023-10-29 14:18:06 24 4
gpt4 key购买 nike

我想执行 git log --help 但我不想 pop 烦人的“浏览器”。我只想要 Bash 中的语法列表。就像当我输入 git -? 时,我得到:

Unknown option: -? usage: git [--version] [--help] [-C <path>] [-c name=value]
[--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]
[-p | --paginate | --no-pager] [--no-replace-objects] [--bare]
[--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]
<command> [<args>]

但是当我输入 git log -? 时,我得到:

fatal: unrecognized argument: -?

当我使用 --help 参数时,它会生成我的网络浏览器。我只想在 Bash 中列出正确的语法规范。有什么办法可以实现吗?

就我个人而言,我发现内联 Bash 帮助列表比基于 Web 的帮助更易于阅读和理解。

最佳答案

git 设置 help.format 需要设置为 html 以外的内容,但您的环境需要支持替代方案。

您可以尝试不更改配置 adding a parameter :

git log --help --man 使用 man 工具,如果存在的话。

参见 git help in Windows command prompt例如,用于 Windows CMD。

关于Git Bash "help"命令但阻止使用浏览器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35159760/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com