git config --global -l
git config --global merge.tool vimdiff
好用的工具 kdiff3,安装并配置: sudo apt-get install kdiff3 git config --global merge.tool kdiff3
git mergetool