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