使用可视化工具查看git存储库上的更改
我正在参与一个现有项目,其中人们使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Meld 支持 Mac。您可以配置 Git 以将其用作 diff 工具。
Meld supports Mac. You can configure Git to use it as the diff tool.
我发现 NbGit(Netbeans 的 git 插件)使这项工作变得非常简单。
I find NbGit (a git plugin for Netbeans) make this job very easy.