git查看文件修改记录

目前有两种查看文件修改记录方法:


一、git blame filename + git show commit-id


二、git log  filename + git show commit-id



你可能感兴趣的:(git)