biurad / poakium

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

[Monorepo] Unable to cherry pick more than one commit #13

Closed divineniiquaye closed 1 year ago

divineniiquaye commented 1 year ago

Is there an existing issue for this?

What happened?

Cherry picking newly added commits fails if commits is more than one. For instance, 3 commits were added to Poakium. The generated command for cherry picking is: git cherry-pick 'refs/splits/monorepo~2 refs/splits/monorepo~1 refs/splits/monorepo~0'

Expected Behavior or Solution

git cherry-pick refs/splits/monorepo~2 refs/splits/monorepo~1 refs/splits/monorepo~0

Code of Conduct