使用Xcode

时间:2016-07-13 01:29:08

标签: xcode git git-branch git-merge

我正在尝试合并两个分支以收集Xcode,但似乎无法做到。 我采取的步骤如下。 SourceControl>从分支合并>选择我想从>获取新代码的分支;然后点击合并。

什么弹出窗口是一个警告,说明:

The operation could not be performed because of one or more tree conflicts.
The files MyClient.xcscheme, xcschememanagement.plist, UserInterfaceState.xcuserstate, Pods-MyClient.xcscheme, SwiftyJSON.xcscheme, and xcschememanagement.plist had a tree conflict.

我迷失在这里做什么。感谢您的帮助

1 个答案:

答案 0 :(得分:2)

通常的建议是回到CLI(命令行),并执行git status

从那里,您可以解决所提及的任何冲突(like here),git add,如果合并确实在进行中,git commit即可完成。