我注意到我创建或克隆的任何 git 存储库中都有一个—quiet
分支,
我无法检查它或对它做任何事情,我不知道它来自哪里,有什么
想法吗?
我经常使用github,源码树(mac版),git命令行,
任何建议表示赞赏,
EDIT2:
正如@DCoder 所指出的,第一个字符不是常规的连字符或减号,这使得它更加可疑,
编辑:
如果我这样做,git branch
我会得到:
* ali
master
—quiet
如果我然后做git checkout -quit
or git checkout "-quit"
or or git checkout \-quit
or git checkout -- --quit
or any other variant that come into mind 我得到:
error: pathspec '-quiet' did not match any file(s) known to git.
我查看了我的~/.gitconfig
文件,没有找到任何可能与此相关的内容,