git使用meld进行merge
2018-02-23 本文已影响0人
邪恶的奥伯伦
ubuntu:
apt-get install meld
git config --global merge.tool meld
git mergetool
macOS:
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew tap homebrew/cask
brew cask install meld
git config --global merge.tool meld
git mergetool