I make an arbitrary change to a file within my git working directory.
git status does not recognized that the file has changed.
git status
git add /path
After you did git add, did you do a commit so it's actually in the repo and can be compared to the (changed) working copy?