**The problem I'm trying to solve:** <!-- describe the problem that you think hub might help you with --> 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)](https://github.com/undertow-io/undertow/pull/1551/commits/c81583ac096f9d0cae024e0282ba2c1362c9643c)) **How I imagine hub could expose this functionality:** <!-- e.g. `hub my-new-command --some-flags` --> 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`
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