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
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))
c81583a
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
fatal: couldn't find remote ref refs/pull/1551/head
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
But if fails with
fatal: couldn't find remote ref refs/pull/1551/head
The text was updated successfully, but these errors were encountered: