TortoiseGit - 表示树中的分支 - 视觉问题

发布于 2024-08-26 23:47:43 字数 519 浏览 6 评论 0原文

这有点难以用文字解释,但我会尽力而为,你也尽量跟上;如果一开始不清楚,请随时询问,我会尽力澄清。

当 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

单身狗的梦 2024-09-02 23:47:43

不,没有办法做到这一点。

No, there isn't a way of doing that.

酒解孤独 2024-09-02 23:47:43

TortoiseGit 包含一个修订图,这可能就是您正在寻找的(它不显示单个提交,而是显示所有分支)。可以从文件夹的上下文菜单启动它。

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.

TortoiseGit revision graph

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文