【发布时间】:2010-11-17 22:12:16
【问题描述】:
我做到了 git clone git://foo.git 光盘 ...编辑文件..
现在我想重新开始。我不在乎我已经做出的任何改变,
但我不想再次克隆整个巨大的 foo.git,只是丢失我所有的更改。
我怎样才能 git clone git://foo.git 第二次,没有得到
fatal: destination path 'foo' already exists and is not an empty directory.
什么是正确的命令?
【问题讨论】: