git如何查找某个包含指定字符串的commit hash值?

答: git shortlog --format='%H|%cn|%s' | grep '需要查找的字符串内容'

posted @ 2019-09-11 15:44  Jello  阅读(2519)  评论(0编辑  收藏  举报