问题描述
我的最后一个问题是封闭的,因为显然是重复的,并且已经回答了好几次.但是,没有提到任何答案(
例如,据我所知,分支2是从分支1上的提交创建的,并且遵循不同的开发路径.
谢谢.
我有一些工具可以帮助您在UI中显示git历史记录.如您所愿.
My last question was closed because apparently is a duplicate and had been responded several times. However, none of the answers mentioned (Unable to show a Git tree in terminal, Pretty git branch graphs, Visualizing branch topology in Git) resolves my question.
Among those there is a very complete answer, but is for git on Linux; there are many others that give complex commands, but they do not show what I'd like to see; and there are others referring tools to paint a contrived topology (not one of a real repository).
What I'd like to know is if there is, on Windows, something (a tool, command, etc) that shows me a graph like this:
c1 <--- c2 <-- c6 master
|
--- c3 <-- c4 branch 1
|
--- c7 <-- c8 branch 2
or, if it's, as a matter of fact, impossible to get.
All commands (as complex as they are), or tools like gitk, for a topology like the above show something like this:
From where I can not know that, for example, branch 2 was created from a commit on branch 1 and is following a different development path.
Thank you.
I have Some Tool which will help you to show git history in UI. as you want.
这篇关于如何在Windows上获得git分支的图形表示,从而真正显示存储库的拓扑?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!