Questions tagged [merge-conflict]

3 questions
2
votes
1 answer

How to implement a CoreData Custom Merge Policy?

My app uses CoreData + CloudKit synchronization. Some CoreData entities like Item can be shared via iCloud's shared database. The app uses only 1 NSPersistentContainer, but it has 2 NSManagedContexts, the visualContext and a backgroundContext. Thus…
Reinhard Männer
  • 14,022
  • 5
  • 54
  • 116
1
vote
0 answers

Can Gitkraken mention conflicted files in commit message?

In Sourcetree, when merging results in conflicts, the conflicted files are automatically added to the commit message, like this Is this also possible with Gitkraken?
0
votes
0 answers

Visual Studio 2022 Auto-Saving in Merge Conflict Resolution with SourceTree - How to Prevent?

I'm using Visual Studio 2022 as my external diff and merge tool in SourceTree. When I encounter a merge conflict and Visual Studio's merge view opens, I'm immediately prompted to save the file. I can't interact with the merge view, and the only…