Git查看某一个文件的修改历史

git log --pretty=oneline 文件名
接下来使用git show显示具体的某次的改动。
git show <文件名>

你可能感兴趣的:(Git查看某一个文件的修改历史)