cherry pick комита из другого репозитория:
git remote add other https://project.git.link/repository.git
git fetch other
git cherry-pick <hash>
cherry pick комита из другого репозитория:
git remote add other https://project.git.link/repository.git
git fetch other
git cherry-pick <hash>