Meld: An Open source Diff tool for MacOS

Finally found a great open source UI diff tool for MacOS!

Meld

Here is how to install it on MacOS

1
brew install meld

And here is how to use Meld as the default diff tool for git.

1
2
git config --global merge.tool meld
git config --global diff.guitool meld