I hope that, you are finding my posts on Git Basics/Git Tutorial helpful. In the last post on this series, we learned "How to stash the changes in a dirty working directory?". Today we are going to discuss how to remove untracked files.
Everyone needs to clean the working tree when some job is done or want to reset the directory. Let's learn how to do this using the command "git clean".