有没有人知道类似于SVN Time-Lapse View的Git工具 [英] Does anyone know a tool for Git similar to SVN Time-Lapse View

查看:85
本文介绍了有没有人知道类似于SVN Time-Lapse View的Git工具的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

SVN Time-Lapse View是一款跨平台的查看器,可以下载文件的所有版本,并让您通过拖动滑块来滚动浏览它们。在您滚动时,会显示当前版本和以前版本的可视差异。因此,您可以看到文件是如何演变的,并且您可以轻松找到哪些线条出现,消失或更改的修订版本。

http://code.google.com/p/svn-time-lapse-view/

解决方案

从命令行,我建议一种方法:

  git whatchanged -p pathToACertainFile 

这将显示该文件发生的所有完全差异,以及它们在最早到最早)。最好的,如果你有你的终端设置显示东西彩色。


SVN Time-Lapse View is a cross-platform viewer that downloads all revisions of a file and lets you scroll through them by dragging a slider. As you scroll, you are shown a visual diff of the current revision and the previous revision. Thus you can see how a file evolved, and you can easily find the revision at which lines appeared, disappeared, or changed.

http://code.google.com/p/svn-time-lapse-view/

解决方案

From the command line, I suggest one way:

git whatchanged -p pathToACertainFile

Which will show all the full diffs that have occurred to that file, and which sha hash they were done at (from latest to earliest). Best if you have your terminal set up to show stuff colorized.

这篇关于有没有人知道类似于SVN Time-Lapse View的Git工具的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆