gitk:悬停时显示分支名称 [英] gitk: show branch name on hover

查看:67
本文介绍了gitk:悬停时显示分支名称的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您能告诉我们如何使gitk工具在悬停时显示分支名称,或建议能够执行此操作的工具吗?

Could you tell how to make gitk tool show the branch name on hover or suggest the tool which is able to do so?

gitk显示分支缠结,其中分支是无名的,我不得不猜测哪个是主节点,哪个是稳定节点等等.

gitk shows branches tangle where the branches are nameless, and I have to guess which is master, which stable etc.

推荐答案

在gitk窗口的左下半部分,有一条信息行指定 Branches:dev,master,quux .如果选择提交,则该行会告诉您可以从哪个分支到达该提交.

In the bottom left half of the gitk window, you have an information line specifying Branches: dev, master, quux. If you select a commit, that line will tell you which branches the commit is reachable from.

实际上,这是您真正需要知道的全部;在标准的git工作流程中,它首先出现在哪个分支并不是真正有用的信息.

In practise that is all you really need to know; which branch it appeared in first is not really useful information given a standard git workflow.

就该行上列出的分支顺序而言,这也不表示任何时间顺序.显然,它只是按字母顺序排序的.

As far as the order of the branches listed on that line is concerned, it also does not imply any kind of chronological order. It is apparently just alphabetically sorted.

这篇关于gitk:悬停时显示分支名称的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆