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

git blame filename    //查看每一行是哪次提交最后修改的git git log -p filename    //列出文件的全部修改记录 spa
相关文章
相关标签/搜索