X
X
Xlyy2021-07-18 10:17:58
git
Xlyy, 2021-07-18 10:17:58

Are there open source solutions for automating merge conflicts?

I saw in some forks that they constantly pull changes from the repository, after some changes, they write a comment like:

-a = 2
+a = 4 //FORKNAME EDIT


Are there solutions available to implement conflict resolution automation in a similar way? (Or are these comments just placed to manually maintain their own changes?)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Ivan Shumov, 2021-07-18
@inoise

This makes the merge tool in git so that you can understandably resolve the conflict manually. In other cases, merge goes smoothly. Pull request (or merge request) is the same merge

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question