git本身的diff格式非常难于阅读,幸好可以配置成第三方工具:Beyond Compare
集成步骤如下:(for mac版本)
1. 下载Beyond Compare
http://www.scootersoftware.com/download.php
2. 安装完Beyond Compare之后,默认只有图形界面,还必须安装命令行工具,方法为:
打开刚刚安装好的Beyond Compare,在第一个菜单项下面找:Install command line tools ...,点击即可安装,非常快。
3. 在terminal运行下面命令:
1)配置diff tool:
$ git config --global diff.tool bc3