git log --grep=224 // 这条命令是查看含有 "224" 关键字的 git commit
git log --author=chenfulin5 // 查找 关于 chenfulin5 提交的修改