@
9hills 这是git status的输出, 运行git fsck --lost-found 没有找到丢失的文件...是不是杯具了,,
$ git status
# On branch master
# Changes to be committed:
# (use "git reset HEAD <file>..." to unstage)
#
# new file: protected/controllers/SearchController.php
# new file: protected/models/Search.php
#
# Changes not staged for commit:
# (use "git add/rm <file>..." to update what will be committed)
# (use "git checkout -- <file>..." to discard changes in working direct
#
# modified: README
# deleted: protected/controllers/SearchController.php
# deleted: protected/models/Search.php
#
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# .idea/