While resolving merge conflicts, if I don't know which one to pick (because I'm not aware of any of the two changes), I would like to
- create a patch, or
- create separate branch (kind of), or
- anything else which can be done,
so that I can send the conflict to my teammate for him to resolve conflict.
Note: Aborting the merge and asking my teammate to merge is one way in such a situation. However, that would mean all the conflicts that were resolved were a waste of effort, and others who will merge now will have to repeat all the resolutions again. So, that's not an option.