git显示所有分支的提交记录

 

git log --branches --remotes --tags --graph --oneline --decorate

 

git显示所有原始提交大小

 

git log --branches --remotes --tags --shortstat

 

展示原始提交信息:

 

  Change-Id: Ie9a8bf9902914c4b86fc4666d30d20a84006db27

 1 file changed, 22 insertions(+), 3 deletions(-)

commit 7a80699e4571dee2e8d3d0a358de93e0fca7105e
Author: zhangjie <zhangjie@gmail.com>
Date:   Tue Jun 29 19:04:06 2021 +0800

版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。
原文链接:https://blog.csdn.net/default7/article/details/118353967