Is there a way to say 'for all remaining merge conflicts', select 'ours' as the merge conflict resolution? In my case 'ours' is also a deletion, not an edit.
I'm using Git Extensions, with a little bit of command line work. When I do a merge, I go through a series of complex processes in order to resolve the merge. For one process there is always going to be a set of files that will be conflicted in the merge, because on my branch, I'm deleting them.
Typically, I run the merge, see that I have conflicts, then go and delete the specific files from my repository, while also appropriately merging some other files that were in conflict.
Then, when I am sure my local file system is correct, I have gone in to Git Extensions, and selected merge on every merge conflicted file, and selected 'ours' (Deleted)...one-by-one.... (Git Extensions doesn't allow me to multi-select). There are a lot of files... so I'm looking for a way that I can essentially do a bulk 'Merge -> Ours' for all remaining merge conflicts once I've finished my other merges.