I elaborated on cherry-pick and rebase error messages to include next steps when running into a conflict e.g. git meta cherry-pick --abort or git meta cherry-pick --continue. After this, I also updated particular tests relating to cherry-pick and rebase to reflect these changes.
I elaborated on cherry-pick and rebase error messages to include next steps when running into a conflict e.g.
git meta cherry-pick --abort
orgit meta cherry-pick --continue
. After this, I also updated particular tests relating to cherry-pick and rebase to reflect these changes.