1、先使用 git log 查看需要还原的版本号

2、git checkout <版本号> <文件相对路径>

3、git commit -m "xxx"

 

相关文章: