Xcode4:如何启用 Xcode4 的以下功能?
我想启用“git本地存储库”的“签出”功能。
如下图所示。
如何启用该功能?
I want to enable "Check-out" feature of "git local repository".
As shown in following image.
How do I enable that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您显示的“结帐”按钮适用于 Subversion 存储库,而不是 git 存储库。它用于从 Subversion 存储库中检查文件。
您可能会问的是如何从 Xcode 切换分支。当您单击存储库的“分支”文件夹时,将显示您的屏幕截图。该文件夹下面是另一个文件夹,它可能与您的项目名称匹配。选择该文件夹。您应该在管理器底部看到一个“切换分支”按钮。单击该按钮可切换分支。
The Checkout button you showed is for Subversion repositories, not git repositories. It's used to check files out of Subversion repositories.
What you probably are asking is how to switch branches from Xcode. Your screenshot is what appears when you click the Branches folder for a repository. Below that folder is another folder, which probably matches your project name. Select that folder. You should see a Switch Branch button at the bottom of the Organizer. Click that button to switch branches.