Using a visual tool to view changes on git repository

Posted by Phuong Nguy?n on Stack Overflow See other posts from Stack Overflow or by Phuong Nguy?n
Published on 2010-06-10T07:04:34Z Indexed on 2010/06/10 7:22 UTC
Read the original article Hit count: 326

Filed under:
|

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.

© Stack Overflow or respective owner

Related posts about git

Related posts about difftool