Mac上的五种好用的文件比较工具
https://www.makeuseof.com/tag/mac-file-comparison-tools/
Mac 配置gitdiff的GUI比较工具
#instruct Git to use it automatically for git-mergetoolgit config --global merge.tool opendiff#want it for git-difftool as wellgit config --global diff.tool opendiff#disable the prompting for every file withgit config --global difftool.prompt false
In recent versions of XCode, FileMerge is now bundled with XCode. You cannot install FileMerge as a standalone program.
opendiffis still in its command-line utilities which are standalone.
