現在のシーンでツリーの競合を解決する方法。
C:\DevBranch
C:\MyBranch
両方のブランチを更新しました。MyBranchを編集してから、コミットし直しました。次に、これらの変更をDevBranchにマージします。マージを実行すると、「ツリーの競合」が発生します
The last merge operation tried to add the file 'abc.def', but it was already added locally.
How do you want to resolve this conflict?
Keep the file from repository
Keep the local file
どうすれば解決できますか?