If I run git diff I would expect to see a list of changes of my working directory relative to whatever had been committed before (or a list of the working direc
git diff
I had a LESS=-R environment variable set. It made git diff show a blank screen.
LESS=-R
The solution for me:
unset LESS