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