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
+
-
I don't know how to do color but this will do the +/- rather than < and >.
+/-
<
>
diff -u file1 file2