When we change something (let's say a stage command) in one branch (experiment) and want to propagate this change to the derived branch it's easy to get a merge conflict in a DVC file.
Usually merge strategy theirs (git merge -X theirs) do the job.
We need to think if it's always the case. We should specify a guideline how to resolve these conflicts. If there are some ideas how to avoid them, let's discuss this. Right now it's frustrating and unclear how to manage these conflicts.
When we change something (let's say a stage command) in one branch (experiment) and want to propagate this change to the derived branch it's easy to get a merge conflict in a DVC file.
Usually merge strategy
theirs(git merge -X theirs) do the job.We need to think if it's always the case. We should specify a guideline how to resolve these conflicts. If there are some ideas how to avoid them, let's discuss this. Right now it's frustrating and unclear how to manage these conflicts.