biurad / poakium

A Monorepo for Full-stack PHP independent libraries. (metapackage)
MIT License
2 stars 0 forks source link

[Monorepo] Splitting commits should handle cherry-pick merge conflicts #34

Closed divineniiquaye closed 11 months ago

divineniiquaye commented 11 months ago

Is there an existing feature for this?

Proposal or Solution

While going through the code, referencing a recent commit #3a88aae added to the master branch. An error will only occur there if there's a cherry-pick merge conflict.

Instead of returning an error, the code should handle the conflict and continue cherry-picking.

Code of Conduct