I am currently working on and on off on multiple projects. (~30) Some of them go idle for several months. No matter how hard I tried to be organized, I always end up with multiple subdirectories , containing git repos at different depth levels.
I would like to double-check all my work directories to make sure that I did not leave uncommitted changes or untracked folders by accident.
Is there a tool to do that ?
- scan subdirectories for git repo.
- list untracked files
- list uncommited edits
- list directories with no git repo. ( if they contain files)