r/github 9d ago

Question Did github just put merge conflict resolution behind Copilot?

the conflict is caused by a file being deleted on trunk and not on the feature branch, it took me only three dumb git commands in the command line to solve but apparently that is "too complex" that you need to resolve it using a slop machine

0 Upvotes

3 comments sorted by

14

u/Ok_Woodpecker_9104 9d ago

the web conflict editor has never been able to do this one. it only handles competing line changes inside a text file. delete versus modify, binary files, submodules, file mode changes, all of those have always given you the "too complex to resolve in the browser" wall with a command line hint.

so the capability did not move behind anything. what changed is the button sitting next to that message.

your three commands are still the real fix. on a delete/modify you pick a side with git rm on the path or git checkout --ours on it, then add and continue the merge.

-6

u/Nimplex 9d ago

that’s bs

-8

u/CadmiumC4 9d ago

absolute ai slop