Mac 之 git mergetool的安装使用

git mergetool 工具安装

1
2
3
brew install meld 或 brew install homebrew/gui/meld
git config --global merge.tool meld
git mergetool