git 恢复单个文件

首先查看该文件的历史版本信息:git log Default@2x.png

记录下需要恢复的commit版本号:如 9aa51d89799716aa68cff3f30c26f8815408e926

恢复该文件:git reset 9aa51d89799716aa68cff3f30c26f8815408e926 Default@2x.png

提交git:git commit -m "revert old file"

posted on 2014-09-18 11:11  Joyfulmath  阅读(1070)  评论(0编辑  收藏  举报

导航