git 恢复某个文件到指定版本
更新:HHH   时间:2023-1-7


git log 文件路径       查看文件commit id 


git reset commit_id 文件路径


git checkout -- 文件路径

返回开发技术教程...