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
The first things is that I suggest you to save your file before using "git diff" command to make changes.