1/25/2017

Change Git difftool and mergetool to 'Meld'

 Download:

sudo apt-get update
sudo apt-get install meld

Setting:

sudo  git  config  --global diff.tool=meld
sudo  git  config  --global  merge.tool=meld

Check:

sudo  git  config  -l