Back merge to resolve conflicts
Back merge to resolve conflicts
Posted Apr 20, 2023 11:05 UTC (Thu) by farnz (subscriber, #17727)In reply to: Back merge to resolve conflicts by epa
Parent article: Avoiding the merge trap
This all starts to depend on the details of your workflow, and is thus challenging without knowing exactly how you work.
In the kernel workflow, you'd send your merge commit into main to upstream along with your topic branch, and let upstream make its decision about what to do from there - upstream can then see how you resolved conflicts (via your merge commit), and can either copy your resolution while doing their own merge, or merge your merge commit into their version of main, or rebase your merge commit. Up to them at this point, basically.