阅读(1119) (32)

搜索

2016-02-24 16:16:26 更新

从当前目录的所有文件中查找文本内容:

$ git grep "Hello"

在某一版本中搜索文本:

$ git grep "Hello" v2.5