How to check all your untracked git files in the terminal.
Sometimes, when you periodically change your machine. You’d never expected that you might lose your codes. Cause you always use git.
But how about you haven’t tracked a few essential files?
Pods folder and node_modules are no problem, but how about regular code or environment files?