I did git clone git://foo.git cd foo ...edit files..
now I want to start fresh. I don't care about any changes I already made,
but I don't want to clone the whole giant foo.git again, just lose all my changes.
how can i git clone git://foo.git a second time, without getting
fatal: destination path 'foo' already exists and is not an empty directory.
what is the proper command?