简体   繁体   English

我如何才能看到提交的完整列表,而不仅仅是最近的提交?

[英]How can I see the full list of commits and not only the recent ones?

I am trying to see the full list of commits on a branches comparison I need to work on in order to do a new release.我正在尝试查看分支比较的完整提交列表,我需要处理才能发布新版本。

It is only showing 250 commits and it seems to be that there are 385 commits .它只显示 250 次提交,似乎有385 commits That's what the left top tab says.这就是左上标签所说的。

So how can I visualize those 385 commits?那么如何可视化这 385 次提交呢?

在此处输入图像描述

Do the command git log --graph Or git reflog执行命令git log --graphgit reflog

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何查看存储库中最新的标记提交? - How can I see the most recent tagged commits in my repository? TortoiseGit:我怎样才能看到即将推送的提交列表 - TortoiseGit: How can I see a list of commits that are about to be pushed 我如何查看所有使用git影响特定文件的提交的列表(包括孤立或悬空的提交) - How can I see the list of all commits that affect a specific file with git (including orphaned or dangling commits) 如何查看 GitHub 上的提交图? - How can I see a graph of commits on GitHub? 如何在不触及最近的提交的情况下将多个历史提交合并为一个? - How to combine multiple historic commits into one while not touching the recent ones? 如何在引入更改的提交中找到最近的行? - How can I find recent lines in commits that introduced a change? 如何将更多的最新提交添加到较旧的Github版本中? - How can I add more recent commits into an older Github release? 如何在两个分支之间的一个文件中查看不同提交的列表? - How can I see the list of differing commits on one file between two branches? 如何通过非交互式压缩除最近的提交之外的所有提交来减少膨胀的Git仓库的大小? - How do I reduce the size of a bloated Git repo by non-interactively squashing all commits except for the most recent ones? 在Eclipse / EGit中,我如何才能看到未提交的提交? - In Eclipse/EGit how can I see unpushed commits?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM