Install MacVim and the command line tool, mvim.
Then in your ~/.gitconfig add this, thusly (replacing the path to mvim with the correct one):
[merge]
tool = mvim
[mergetool “mvim”]
…
Install MacVim and the command line tool, mvim.
Then in your ~/.gitconfig add this, thusly (replacing the path to mvim with the correct one):
[merge]
tool = mvim
[mergetool “mvim”]
…