Git查看文件的历史修改记录 作者: aaron 时间: 20200326 分类: git # 查看修改日志 git log [filename] # 查看内容修改日志 git log -p [filename] 标签: none