GIT: remove local untracked files
Sometimes you just want to get rid of all the local untracked files.
If you are sure of what you're doing (because there is no way to get back ! ) you can use
git clean
To check before , in a safe way, which files you're going to delete ---> -n ...
papidev.hashnode.dev2 min read