On Thu, 18 Jun 2009, Chris Friesen wrote: > > Now when I do "git status" it shows about 600 filenames in the > "Untracked files" section. How do I return my tree to a clean state? > Can I just delete all these files? Yes. You can do "git clean -dqfx" and it will delete any files that aren't listed in the index. Linus -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html