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

GIT 学习二 (查看日志和回退)

时间:2015-06-28 17:05:56      阅读:163      评论:0      收藏:0      [点我收藏+]

标签:

git log(--pretty=oneline)

    查看日志, (--pretty=oneline) 简化信息.

git reset --hard head

    版本回退  head 表示当前版本

git reflog  

    显示所有日志 和 git log 不同 (git log 只能看到当前版本之前的log) 

git reset --hard commit id

    通过 git reflog 可以查到所有提交的 commit id 然后可以通过 git reset --hard commit id 回退到此次提交的版本

GIT 学习二 (查看日志和回退)

标签:

原文地址:http://www.cnblogs.com/shouwangzhe-/p/4605702.html

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