Using OS X FileMerge/opendiff to view git differences, loading all files at once in the directory view
问题 We are version controlling our project using git. Developing under OS X, we'd like to use the FileMerge application distributed with the development tools to display git generated differences: If we understood correctly, it is possible to configure its invocation through git difftool . Following advices from different sources, we added this in our global git configuration file: [diff] tool = opendiff It works well for "file by file" diffs. But we prefer to have a directory difference loaded