GitHub Pull Request Complex Conflicts

GitHub added a feature about a month ago to resolve merge conflicts in the web interface, however it only works for "simple" merge conflicts:

No conflict GitHub Pull Request - No Conflicts

Simple conflicts

GitHub Pull Request - resolve simple conflicts

Difficult conflicts

GitHub Pull Request - resolving complex conflicts

In a post introducing a new feature, GitHub mentions competing line changes that can range from fairly simple to quite complex.

What qualifies as a conflict too complex to resolve in a web editor?

+5
source share
1 answer

What qualifies as a conflict too complex to resolve in a web editor?

You!?!

Review the tensile request. If you think this is fairly simple and that there is no risk or regression or the need to run unit tests, try combining it.

Unfortunately, sometimes everything happens as we expect, and conflicts can arise: - (

If you can handle conflicts and perform a merge, that's fine.

Otherwise, ask them to reinstall, merge, or compile the commit and merge it locally. Do as you want ...

+1
source

Source: https://habr.com/ru/post/1262848/


All Articles