git如何查找commit内容? 1、查找commit的comment内容,使用grep参数: git log --grep=comment注释的关键词 2、查找用户,使用author参数 git log --author=用户名关键字