TortoiseGit - 表示树中的分支 - 视觉问题
这有点难以用文字解释,但我会尽力而为,你也尽量跟上;如果一开始不清楚,请随时询问,我会尽力澄清。
当 TortoiseGit 有一个分支时,它看起来大约是这样的:
o
|
o <-- a commit sign
|
x
当我将工作拆分到一个新分支时,它看起来像这样:
o
|
o--o
|
x
当我拆分时,从主分支到另一个新分支,它看起来像这样:
o--o
|
o--o
|
x
有没有一种方法可以让我创建和工作的每个新分支都有自己的“行”......什么我的意思是:
o-----o
|
o--o
|
x
所以它们不会“垂直重叠”。这样每个分支都有自己可以遵循的垂直线(出于某种原因,这对我来说看起来相当混乱,现在的方式)。 其他适用于 Windows 的 Git 客户端是否有不同的做法?
This is a little hard to explain with text, but I'll do my best, and you try to keep up; if something isn't clear at first, don't hesitate to ask, and I'll try to clarify.
When TortoiseGit has one branch it looks approximately like this:
o
|
o <-- a commit sign
|
x
When I split my work into a new branch, it looks like this:
o
|
o--o
|
x
when I split, from the master to another new branch it looks like this:
o--o
|
o--o
|
x
Is there a way for every new branch that I make, and work on, to have its own "line" ... what I mean:
o-----o
|
o--o
|
x
so they don't "vertically overlap". So that every branch, has its own vertical line I can follow (for some reason this looks rather confusing to me, the way it's done now).
Do any other Git clients for Windows do this differently ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不,没有办法做到这一点。
No, there isn't a way of doing that.
TortoiseGit 包含一个修订图,这可能就是您正在寻找的(它不显示单个提交,而是显示所有分支)。可以从文件夹的上下文菜单启动它。
TortoiseGit includes a Revision Graph which might be what you are looking for (it doesn't display single commits, but all branches). It can be started from the context menu of folders.