2016-07-13 79 views
2

我想合併兩個分支來收集Xcode,但似乎無法做到這一點。 我採取的步驟如下。 SourceControl>從分支合併>選擇分支我想從新的代碼>然後點擊合併。與Xcode合併兩個分支

什麼彈出窗口,指出這是一個警告:我迷失在這裏做什麼

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. 

。感謝您的幫助

回答

2

通常的建議是回落到CLI(命令行),並做了git status

從那裏,你可以解決任何衝突中提到(like here),git add,如果合併確實正在進行中,git commit來完成它。