本文介绍了如何在git中列出当前项目的所有日志?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用git log,但我发现它只能列出当前分支下的日志,但我想列出所有分支的所有loges并按修改日期排序,这可能吗?如何做到这一点?提前致谢!

I use git log, but I find it can only list logs under current branches, but I want to list all the loges for all the branches and sort by modified date, is that possible ? How to do that ?Thanks in advance !

推荐答案

git log --all

这篇关于如何在git中列出当前项目的所有日志?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-22 23:07
查看更多