使用可视化工具查看git存储库上的更改

发布于 2024-09-04 20:44:23 字数 172 浏览 6 评论 0原文

我正在参与一个现有项目,其中人们使用 git 从头开始​​跟踪所有内容。我想要一个工具来查看几次提交之间的差异。 gitk 做得很好,但是谈论人类可读性,它对我来说并没有多大帮助。 有更好的解决方案吗?我正在寻找一组工具,可以让我轻松比较分支(有些像 winmerge - 并行显示两个版本并突出显示更改),并在 Mac 上运行。

I'm coming to an existing project in which people used git to track everything from scratch. I want to have a tool to view the differences between several commits. gitk does a good job, but talking about human readability, it's does not facilitate me much.
Is there a better solution? I'm looking for a set of tools that allow me to easily compare branches (some how like winmerge - Display two version in parallel and highlight the changes), and running on Mac.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

逐鹿 2024-09-11 20:44:23

Meld 支持 Mac。您可以配置 Git 以将其用作 diff 工具。

Meld supports Mac. You can configure Git to use it as the diff tool.

雨巷深深 2024-09-11 20:44:23

我发现 NbGit(Netbeans 的 git 插件)使这项工作变得非常简单。

I find NbGit (a git plugin for Netbeans) make this job very easy.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文