I'm doing:
git diff HEAD -- myfle.txt
and getting back:
git diff --git a/myfile.txt b/myfile.txt index .... Binary Files a/myfile.txt b/myfile.txt Differ
"Binary Files Differ" .. but no print-out of the actual lines changed. What Am I doing wrong?
I'm also trying this between branches (i.e. git diff DEV QA -- myfile.txt) same result.