git status is not showing changed files.

 If git add isn't adding updated/changed files or git isn't tracking a changed file, then run the following command:


git add -f path/to/the/file

Comments