Git cherry pick commit from one repo to another repo

93 Views Asked by At

So, there are two repositories - let's call them A and B. In repo A, there are four branches: dev, qa, uat, and prod. Repo B has three branches: qa, uat, and prod. I need to cherry-pick a commit from repo A's dev branch to repo B's qa branch. Is there a way to accomplish this?

0

There are 0 best solutions below