本文介绍了git gui,很好地显示分支的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我一直在使用gitk,并且正在寻找能显示我所有分支的东西,最好是可以在遥控器上使用的分支。你能推荐一个吗?
编辑:我在分支之间做了很多rebasing,并且很容易看到哪个分支从哪里拉出来。它更有用的看到所有的分支机构 解决方案
我一直在使用gitk,并且正在寻找能显示我所有分支的东西,最好是可以在遥控器上使用的分支。你能推荐一个吗?
编辑:我在分支之间做了很多rebasing,并且很容易看到哪个分支从哪里拉出来。它更有用的看到所有的分支机构 解决方案
检查。我发现界面要比gitk好很多。
编辑:上面的链接似乎是关闭的(永久?)。从:
I have been using gitk and am looking for something that shows all my branches and preferably the branches available on remotes. Could you recommend one?
EDIT: I do a lot of rebasing between branches and like to easily see which branch pulled from where. Its more useful to see all the branches
Check out gitg. I find the interface to be a lot nicer than gitk.
EDIT: The above link appears to be down (permanently?). From Google's cached copy:
这篇关于git gui,很好地显示分支的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!