以下のコマンドで復元したいファイルのパスとハッシュを確認
git log --name-status
以下のコマンドで復元したファイルがステージされる。
git checkout [hash] [path]