git 恢复单个文件的历史版本

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

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

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

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

posted @ 2012-06-09 02:49  冷愤僧  阅读(38899)  评论(0编辑  收藏  举报