How do I show uncommitted changes in Git?
I STFW\'ed, and these commands are not working:
teyan@TEYAN-THINK MINGW64 /d/nano/repos/PSTools/psservice (
For me, the only thing which worked is
git diff HEAD
including the staged files, git diff --cached only shows staged files.
git diff --cached