Am 31.08.2011 17:40, schrieb in-git-vger@xxxxxxxx: > # Cause git to delete all files in the internal index > git read-tree --reset -i 4b825dc642cb6eb9a060e54bf8d69288fbee4904 > # Cause git to delete all files in the working directory > git clean -dfx > ... > The only "magic" is the read-tree/git-clean stuff. The 4b82… value is > the SHA of an empty tree. It could be replaced by... ... a simple git rm -rf . -- Hannes -- 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