当前位置:   article > 正文

深入浅出git-log之代码统计实战_git log --graph --pretty=format:

git log --graph --pretty=format:
  • –date=:--date=relative``--date=local``--date=default-local.--date=iso --date=iso8601``--date=rfc``--date=short``--date=rfc2822

日期格式化

  • –parents

显示提交的父母节点

  • –children

显示提交的孩子节点

  • –graph

–graph like thisimage-20210504160756705

  • git log --pretty=format 已存在样式包含 oneline,short, medium, full, fuller, reference, email, raw

$ git log --pretty=oneline

样式:

$ git log --pretty=short

样式:

commit

Author:

$ git log --pretty=medium

样式:

commit

Author:

Date:

$ git log --pretty=full

样式:

commit

Author:

Commit:

$ git log --pretty=fuller

样式:

commit

Author:

Author 《Android学习笔记总结+最新移动架构视频+大厂安卓面试真题+项目实战源码讲义》开源 Date:

Commit:

CommitDate:

  • 自定义git log --graph --pretty=format:‘’

#%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

image-20210501171014592

  • format支持的类型如下,以%开头:

</

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/小桥流水78/article/detail/926807
推荐阅读
相关标签
  

闽ICP备14008679号