Cherry-picking git commits amongst different repositories
I am trying how the git cherry-pick
commands works and, in the specific, I am wondering if it is suitable to copy commits amongst two different repositories that are sharing only the first part of the git log history. Let's start by creating two new repositories named repo_A and repo_B.