On Thu, Sep 11, 2008 at 4:04 PM, Jeff Whiteside <jeff.m.whiteside@xxxxxxxxx> wrote: > And if you want to delete all untracked files > ls | sed s/`git status --index --filenamesonly`//g | rm > ls | sed s/`git status --commitrepo --filenamesonly`//g | rm > (I realize those commands don't actually work, but I'm a noob.) "git clean" will remove untracked files. -- 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