-
Install XQuartz
-
Install meld with brew
brew install meld
-
Copy PYTHONPATH
brew info pygtk
-
Paste in ~/.bashrc or ~/.zshrc result of previous step
export PYTHONPATH=/usr/local/lib/python2.7/site-packages:$PYTHONPATH
-
Set meld as your default git mergetool
git config --global merge.tool meld
-
Go find your conflicts!
Source: Homebrew/legacy-homebrew#20644