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

Popular posts from this blog

ADB Cheat Sheet

Enabling Internet in Android Emulator

Important GIT Techniques