I\'ve got a website that has a git repo. I cloned the repo so that I could develop in one directory and then push to the repo, and then pull in the live/prod directory (woul
Most likely it's line termination. Try git diff --ignore-space-at-eol. And for plain (not git) diff it's diff -b.
git diff --ignore-space-at-eol
git
diff -b