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
Are you sure that your file is not excluded by some of the .gitignore files in parent directories?