eclipse - Atom 编辑器中的本地历史记录

标签 eclipse git atom-editor

我找到了 a package在原子包中,但我还没有下载它。 有什么方法可以像在 Eclipse 中一样检查本地历史记录吗?

我使用 git。但是当我比较文件时,我看到了所有的变化。但是,我想获得按时间顺序排列的变化,文件是如何产生的。

最佳答案

您正在寻找 git-history包裹:

Git History Package for Atom

View previous versions of any file known to git. By default, the plugin will now show a diff with the selected version. This can be disabled in the settings.

apm install git-history

关于eclipse - Atom 编辑器中的本地历史记录,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35943872/

相关文章:

java - 如何从 Eclipse 插件中获取包资源管理器中的选定节点

fonts - 无法在 Atom 中更改字体

linux - 安装 git-svn 会产生依赖项错误

javascript - 如何绕过或修复此 git clone 错误?

delphi - 如何处理与版本控制相关但经常以无关方式更改的文件?

atom-editor - 如何在Atom中进行自定义自动填充?

atom-editor - 如何在Atom编辑器中进行增量搜索?

java - Eclipse Java 编辑器中出现错误 "The method * is not applicable for the arguments",但问题 View 中没有出现错误

python - WxPython 与雪豹不兼容?

java - 对于接收外部事件以更新 GUI 元素的 SWT View (ViewPart),推荐的方法是什么?