赞
踩
--date=relative``--date=local``--date=default-local
.--date=iso
--date=iso8601``--date=rfc``--date=short``--date=rfc2822
显示提交的父母节点
显示提交的孩子节点
–graph like this
oneline
,short
, medium
, full
, fuller
, reference
, email
, raw
$ git log --pretty=oneline
$ git log --pretty=short
$ git log --pretty=medium
$ git log --pretty=full
$ git log --pretty=fuller
#%Cred 切换至红色
#%Cgreen 切换至绿色
#%Cblue 切换至蓝色
#%C(yellow)切换至黄色
#%Creset 重设颜色
$ git log --graph --pretty=format:‘%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset’ --abbrev-commit
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。