I have two git-repositories:
- The main one from the customer
- A second one used by a subcontractor of the customer
The customer only provides one account to access the repository but the subcontractor has several developers also working on the same project. Therefore there is a second repository.
What I need to do is to merge both repositories periodically.
What's best practice to achieve this? Using an additional remote? Or a solution like this (https://stackoverflow.com/a/17313342/1623426) ?