Archive for July, 2011

The Neath Way of Setting Meld as Default Git Diff Tool

Jul 15 2011 Published by under Git

Install Meld if you don’t have it already

sudo apt-get install meld

Configure git to skip the difftool prompt, suggesting diff tools.
Set meld as default diff tool

git config --global difftool.prompt false
git config --global diff.tool meld

Run following command to open and see the diff files in meld

git difftool

Comments Off

Performance Optimization WordPress Plugins by W3 EDGE