We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I made kind of a mess in #25034, partly cause i didn't quite grok which branch older branch is supposed to refer to here https://github.com/MeeseeksBox/MeeseeksDev/blob/46fe439f28c406e90a7bb863b21ce3020eab3b20/meeseeksdev/meeseeksbox/commands.py#L895 and cherry picked into v3.7.x instead. I'd open the PR myself to fix this but I'm not totally confident which branch this should be, but I'd change this step to something like
git checkout {older_branch} git cherry-pick -x -m1 {merge_sha}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I made kind of a mess in #25034, partly cause i didn't quite grok which branch older branch is supposed to refer to here
https://github.com/MeeseeksBox/MeeseeksDev/blob/46fe439f28c406e90a7bb863b21ce3020eab3b20/meeseeksdev/meeseeksbox/commands.py#L895
and cherry picked into v3.7.x instead. I'd open the PR myself to fix this but I'm not totally confident which branch this should be, but I'd change this step to something like
The text was updated successfully, but these errors were encountered: