Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/git/24.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/jquery/73.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
用Xcode合并两个分支_Xcode_Git_Git Branch_Git Merge - Fatal编程技术网

用Xcode合并两个分支

用Xcode合并两个分支,xcode,git,git-branch,git-merge,Xcode,Git,Git Branch,Git Merge,我试图将两个分支合并到Xcode中,但似乎做不到。 我采取的步骤如下。 SourceControl>Merge from branch>pick我想从中获取新代码的分支>然后点击Merge 什么样的弹出窗口是一个警告,指出: The operation could not be performed because of one or more tree conflicts. The files MyClient.xcscheme, xcschememanagement.plist, UserIn

我试图将两个分支合并到Xcode中,但似乎做不到。 我采取的步骤如下。 SourceControl>Merge from branch>pick我想从中获取新代码的分支>然后点击Merge

什么样的弹出窗口是一个警告,指出:

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.

我不知道在这里该做什么。感谢您的帮助

通常的建议是回到CLI(命令行),然后执行一个
git状态

从那里,您可以解决所提到的任何冲突(),
git add
,如果确实正在进行合并,则执行
git commit
,以完成合并