码迷,mamicode.com
首页 > 其他好文 > 详细

git查看某个文件修改历史

时间:2017-05-14 21:40:02      阅读:168      评论:0      收藏:0      [点我收藏+]

标签:his   tar   art   信息   版本号   日期   git命令   type   使用   

git查看某个文件修改历史

1、使用git命令

  git whatchanged charge.lua 显示某个文件的每个版本提交信息:提交日期,提交人员,版本号,提交备注(没有修改细节)

  git show 7aee80cd2afe3202143f379ec671917bc86f9771 显示某个版本的修改详情

 2、visual studio code可以加载git history插件。

  Press F1 and select/type "Git: View History (git log)", "Git: View File History" or "Git: View Line History".

 

参考:http://blog.csdn.net/zxncvb/article/details/39179323

git查看某个文件修改历史

标签:his   tar   art   信息   版本号   日期   git命令   type   使用   

原文地址:http://www.cnblogs.com/tekkaman/p/6853643.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!