git查看某个文件的提交记录

git log --pretty=oneline 文件路径/文件名
git show 提交id
原文地址:https://www.cnblogs.com/coce/p/9123759.html