I have a Repo (called Repo1) and another separate Repo, which has branches in it (REpo2). What I am trying to do is fold changes made in the master branch of Repo2 into Repo1
Is there a way to merge across multiple Repos? or can I only merge between branches of the same Repo?