git clone git://foo.git cd foo ...edit files.. を実行しました。
今、私は新たに始めたいと思っています。すでに行った変更は気にしませんが、巨大な foo.git 全体を再度複製したくはありません。すべての変更を失うだけです。
fatal: destination path 'foo' already exists and is not an empty directory.
適切なコマンドを取得せずに、もう一度 git clone git://foo.git を実行するにはどうすればよい
ですか?