I like the output formatting of git diff. The color and the +/- representation of changes between lines is easier to read than GNU di
git diff
+
-
Use colordiff:
Installation:
sudo apt-get install colordiff
Usage:
colordiff -u file_one file_two
Gives exactly same difference as shown by git diff.