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

Git实战指南----跟着haibiscuit学Git(第九篇)

时间:2019-12-04 23:41:12      阅读:91      评论:0      收藏:0      [点我收藏+]

标签:strong   www   提交   ref   tar   记录   one   操作   地址   

笔名:  haibiscuit

博客园: https://www.cnblogs.com/haibiscuit/

Git地址: https://github.com/haibiscuit?tab=repositories  (欢迎star)

本项目地址: https://github.com/haibiscuit/StudyBook

尊重笔者的劳动成果,未经允许请不要转载

 

:git log

(1) 展示历史提交的commit

   git log --pretty=oneline --abbrev-commit

(2) git所有操作的记录

git reflog

(3) 使用图形查看commit历史

git log --graph --pretty=oneline --abbrev-commit

或git log --graph

Git实战指南----跟着haibiscuit学Git(第九篇)

标签:strong   www   提交   ref   tar   记录   one   操作   地址   

原文地址:https://www.cnblogs.com/haibiscuit/p/11986438.html

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