Skip to content
New issue

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

Support cherry-pick from a different repository #3362

Open
gastaldi opened this issue Apr 17, 2024 · 0 comments
Open

Support cherry-pick from a different repository #3362

gastaldi opened this issue Apr 17, 2024 · 0 comments
Labels

Comments

@gastaldi
Copy link

The problem I'm trying to solve:

Having two repositories (eg. https://github.com/quarkusio/quarkus-http/ and https://github.com/undertow-io/undertow), I'm trying to cherry-pick some fixes from the latter to the former repository (eg. undertow-io/undertow@c81583a (#1551))

How I imagine hub could expose this functionality:

I'd expect running the following command in a cloned https://github.com/quarkusio/quarkus-http would work:

hub cherry-pick https://github.com/undertow-io/undertow/pull/1551/commits/c81583ac096f9d0cae024e0282ba2c1362c9643c

But if fails with fatal: couldn't find remote ref refs/pull/1551/head

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant