Eclipse查看git中的历史,显示详细时间

Posted 小破孩楼主

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Eclipse查看git中的历史,显示详细时间相关的知识,希望对你有一定的参考价值。

clipse show date details in git history
我的eclipse查看git history,显示为相对时间,并不是很方便,想要查看某个具体日期的版本代码,就需要设置为具体时间了。下面是解决方法:
1、右键 --> team --> show in history --> 下拉的小三角 --> show --> Relative Dates
取消Relative Dates的勾选。

 

 

2、Window --> Preferences --> Team --> Git --> History --> Relative Dates
取消Relative Dates的勾选。

以上是关于Eclipse查看git中的历史,显示详细时间的主要内容,如果未能解决你的问题,请参考以下文章

git查看某个文件修改历史

使用 Git 版本控制查看文件的更改历史记录

Atom 编辑器中的本地历史

git log 查看 提交历史

快速入门Git,通俗详细,一次就会,最新更新

Eclipse安装git插件以及关联导入GitHub项目