How to handle this merge conflict case when using EDIFF where we will need some portion of conflicts from both Varients A and B

150 Views Asked by At

In some cases we would need some portion of code from both varients line in Image below. How can we handle this case using EDIFF so that the final result will be

import { apple, banana, coconut } from 'fruits'

enter image description here

0

There are 0 best solutions below