git status not showing changes code example
Example 1: how to see which file git recognizes
git ls-tree -r master --name-only
Example 2: git status do not show permission changes
git config core.fileMode false
git ls-tree -r master --name-only
git config core.fileMode false