Skip to content

恢复

检查某次提交中是否有相应文件夹。

git ls-tree 123456 app/book

从某次提交中恢复相应文件夹。

git restore --source=123456 app/book

联系 math@baima.site