哪种 Mac 图形 git 工具可以比 github 更好地显示每个文件的历史记录?
我想要在我的 Mac 上有一个漂亮的图形版本的 git log -p some/file.rb 。 Tower 1.2 拥有一个新的文件历史记录视图,但这仅显示两个带有 SHA1 的下拉列表以进行比较;它比 MediaWiki“比较版本”历史记录稍微没那么有用(它甚至不显示提交消息)。
我在 GitNub 或 Gitti 中找不到任何可以执行此操作的内容。 GitX 的表现与 GitHub 一样好,但它让我希望我可以上下滚动来查看差异,而不必单击每个提交。有更好的工具吗?
I want a nice graphical version of git log -p some/file.rb
on my Mac. Tower 1.2 boasts a new File History view, but that just shows two dropdowns with SHA1s to compare; it's slightly less useful than a MediaWiki "compare versions" history (it doesn't even show commit messages).
I can't find anything in GitNub or Gitti that does this. GitX does it about as well as GitHub, but it leaves me wishing I could just scroll up and down to see the diffs instead of having to click each commit. Is there a better tool?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我会尝试一下 SourceTree。它有一个漂亮而强大的 GUI。
I would give SourceTree a try. It has a nice and powerful GUI.
我习惯并喜欢 Netbeans 显示文件历史记录的方式,因此我只需使用选项
带有现有源的 PHP 应用程序
在 netbeans 中创建一个项目,现在您可以享受每个文件的历史记录和每次提交的图形差异,像这样:Diff
、Summary
和Diff
I am used to and like how Netbeans shows file history, so I just create a project in netbeans with the option
PHP Application with Existing Sources
, now you can enjoy per file history and graphical diff of each commit, like so:Diff
From 2 buttons on the left,Summary
andDiff