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

git 回退单个文件版本

时间:2019-09-21 15:05:13      阅读:74      评论:0      收藏:0      [点我收藏+]

标签:checkout   版本   check   --   hash   展示   提交   log   查询   

1. 查询所有历史提交记录:git log --pretty=oneline <filename>

2. 展示历史内容:git show <commit_id>

3. checkout对应的版本。 git checkout <hash> <filename>

4. 更新完先要的,内容就可以commit ,然后push

 

git 回退单个文件版本

标签:checkout   版本   check   --   hash   展示   提交   log   查询   

原文地址:https://www.cnblogs.com/blackEyeProgram/p/11562834.html

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