【发布时间】:2019-01-06 06:11:09
【问题描述】:
我想在the repository of Bash的gitweb界面搜索kill。
在那个链接中,我在右上角的输入框中输入了kill,并在左侧留下了commitselected。但是搜索结果是空的,which is incorrect。
那么如何在 Git 仓库的 gitweb 界面中搜索字符串呢?
【问题讨论】:
-
Git 克隆 repo 和 git grep?
我想在the repository of Bash的gitweb界面搜索kill。
在那个链接中,我在右上角的输入框中输入了kill,并在左侧留下了commitselected。但是搜索结果是空的,which is incorrect。
那么如何在 Git 仓库的 gitweb 界面中搜索字符串呢?
【问题讨论】:
选择commit 时,您将在提交消息中搜索字符序列kill。
要在源代码中找到kill,您应该选择grep。
【讨论】: