在 Xcode 4.2 中显示当前 Git 分支
这是一个简单的问题,却一直困扰着我。
在XCode 4.2中,是否有办法显示当前正在编辑的git分支?
我知道我可以从组织者处看到这一点(或从命令行执行此操作),但我想看到的是项目旁边的灯光中的分支名称以及 XCode 本身中的文件名 - 这是我使用的工具99.9% 的时间。
This is a simple question that has been bugging me.
In XCode 4.2, is there anyway to display the git branch that is currently being edited?
I know I can see this from the organizer (or do it from the command line), but what I want to see is the branch name up there in lights next to the project and file name in XCode itself - which is the tool I use 99.9% of the time.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从我可以看到“XCode4 用户指南”,组织者视图仍然是快速查看当前分支的唯一方法(正如您已经知道的)。
XCode4 中的其他视图似乎没有添加覆盖,也没有与 Git 相关的覆盖。
From what I can see from "XCode4 User Guide", the organizer view remains the only way to quickly see the current branch (as you already knew).
There doesn't seem to be an overlay added to the other views in XCode4, no overlay related to Git.