Is there a way I can kinda checkout nothing so all tracked files are removed from my working directory?
This way I can just see all my untracked files at glance with normal ls commands.
Also I could git add .
then stash the new index if I just wanted to add untracked when I re checkout the branch I came from.