Let's say I am working on my master
in my own repository. My upstream for example is main-upstream
.
But I need one specific commit from another remote - special-upstream
. I don't want another changes from it - I do not need all commits from that remote and I don't want any changes from it - it's a different project - except one certain commit with certain hash from branch master
.
Is it possible to cherry-pick
it?