1
kid813 Aug 25, 2014
把目录再add一次试试看呢?或者commit -a
|
2
lichao Aug 25, 2014
因为历史还在
|
4
dullwit Aug 25, 2014 @kid813 别瞎忽悠,随便你checkout和reset文件都在
$ git fsck #查看没有关联的松散对象 $ git gc --prune=<date> #清除指定日期前的未关联的松散对象(当前也会清除reflog) |
5
lichao Aug 25, 2014 |
6
dullwit Aug 25, 2014
不好意思
$ git fack --no-reflogs #带这个参数才能查看reset的 |
7
msg7086 Aug 26, 2014 via iPhone
Undo commit
|