日志信息

git log

显示:

commit e5fe…

Author : tom_pro goodMorning_pro@atguigu.com

Date: Fri May 11 14:53

insert nnnnnn edit

多屏显示控制方式:

空格向下翻页

b 向上翻页

q 退出

简洁显示

git log --pretty=oneline

显示:

64011af… (HEAD -> master) insert qqqqqq edit

526ed78… insert pppp edit

7fa1ed78… insert ooooo edit

更简洁显示

git log --oneline

显示:

64011af (HEAD -> master ) insert qqqqq edit

iojf2rr2o insert pppp edit

ijof2rjo2 insert 00000 edit

git reflog

显示:

fo289hh3 (HEAD -> master) HEAD@{0}: commit: insert qqqq edit

92hiu982 HEAD@{1}: commit: insert pppp edit

HEAD@{移动到当前版本需要多少步}