Way to see the whole commit history of a repo in Egit/TortoiseGit?

空扰寡人 提交于 2019-12-01 03:52:51

I would just open up gitk --all and look at the top. This will show you the entire history. I haven't worked with the other tools but if they don't have an --all switch, use gitk.

Hope this helps.

There is actually a button Show all Branches and Tags in the Eclipse history view to show all commits. See screenshot for more detail:

(It was already mentioned by L2G, but i did not had enough reputation to post a comment there.)

If you look at the toolbar under the History tab, there's a little icon of a path forking into two downward arrows. Its tooltip says "Show All Branches and Tags." I think that will do what you want.

I was having this problem too.

There is a 'Git Reflog' view available on the latest versions (eclipse Luna Service Release 1 [4.4.1] with eGit 3.5.1).

For background see: http://aniszczyk.org/2011/06/26/git-reflog-and-eclipse/

I like to use the context menu when right clicking on the repo folder. Go to TortoiseGit -> Show Log

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!