码迷,mamicode.com
首页 > 其他好文 > 详细

git 回退单个文件

时间:2018-03-03 16:59:20      阅读:116      评论:0      收藏:0      [点我收藏+]

标签:commit   进入   pre   目录   git add   checkout   com   bash   body   

1.进入到文件所在文件目录,或者能找到文件的路径

$ git log MainActivity.java

 

2.回退到指定的版本

$ git reset a4e215234aa4927c85693dca7b68e9976948a35e MainActivity.java

 

3.提交到本地参考,注意不需要git add。

$ git commit -m "revert old file because yjl commmit have a bug"

  

4.更新到工作目录

$ git checkout MainActivity.java

  

这样就把指定的文件回退到指定的版本了。

git 回退单个文件

标签:commit   进入   pre   目录   git add   checkout   com   bash   body   

原文地址:https://www.cnblogs.com/morninglight/p/8496837.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!