search - 如何在 GitHub 上搜索提交消息?

标签 search github

不是in a Git repository ,而是在GitHub中具体来说 - 如何仅搜索特定存储库/分支的提交消息?

最佳答案

您曾经能够执行此操作,但 GitHub 在 2013 年中期的某个时候删除了此功能。要在本地实现此目的,您可以执行以下操作:

git log -g --grep=STRING

(如果您想搜索其他分支和悬空提交,请使用 -g 标志。)

-g, --walk-reflogs
    Instead of walking the commit ancestry chain, walk reflog entries from
    the most recent one to older ones.

关于search - 如何在 GitHub 上搜索提交消息?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18122628/

相关文章:

search - Seo, pagerank - 在 url 中查询

php - 在ElasticSearch中搜索

algorithm - Tetromino 空间填充 : need to check if it's possible

mysql - MySQL中如何根据相似度进行匹配排序?

c# - 在 github 上托管 VisualStudio 项目的指南

android - 覆盖长按搜索按钮以显示对话框

Github:查找用户是评论者的 PR

github - 有什么方法可以使分支具有层次结构(文件夹) View ?

git - 从 Github 克隆存储库到 Windows

github - 如何解决 "Github fail to clone the repository"。我正在使用 Github for windows Gui 版本