表示される場合git status
:
$ git status
# On branch master
# Changes to be committed:
# (use "git reset HEAD <file>..." to unstage)
#
# deleted: FooBar.xcodeproj/project.pbxproj
git checkout
それを取り戻すことになっていないのですか?
$ git checkout FooBar.xcodeproj
error: pathspec 'FooBar.xcodeproj' did not match any file(s) known to git.
gitはどのようにしてこのフォルダを正しく復元できますか?