Appearance
检查某次提交中是否有相应文件夹。
git ls-tree 123456 app/book
从某次提交中恢复相应文件夹。
git restore --source=123456 app/book