There are situations when there is large number of untracked file in git. In this video we will learn how to remove large number of untracked files at once. First we will evaluate that which files and directories are getting removed and then we will remove those untracked files from git
commands that we will use are
git clean -n
git clean -n -d
git clean -f
git clean -f -d