What command can you use to remove untracked files from the working directory?
git rm --cached
git rm -all
git clean -d -f
git checkout