哪种 Mac 图形 git 工具可以比 github 更好地显示每个文件的历史记录?

发布于 2024-12-11 09:34:13 字数 253 浏览 0 评论 0原文

我想要在我的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

和影子一齐双人舞 2024-12-18 09:34:13

我会尝试一下 SourceTree。它有一个漂亮而强大的 GUI。

I would give SourceTree a try. It has a nice and powerful GUI.

慕巷 2024-12-18 09:34:13

我习惯并喜欢 Netbeans 显示文件历史记录的方式,因此我只需使用选项 带有现有源的 PHP 应用程序 在 netbeans 中创建一个项目,现在您可以享受每个文件的历史记录和每次提交的图形差异,像这样:

  1. 在项目窗格中找到您的文件,在左侧
  2. 右键单击> git >显示历史记录
  3. 从左侧的 2 个按钮中选择 DiffSummaryDiff
  4. 现在点击每个提交

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:

  1. Locate your file in projects pane, on the left
  2. Right click > Git > Show History
  3. Choose Diff From 2 buttons on the left, Summary and Diff
  4. Now tap each commit
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文