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
+
-
You can also use git diff --no-index -- A B (via manpage).
git diff --no-index -- A B