I want to constuct a repository in our company’s server and the repository’s branches include other repositories in another server.
For example, if there is AAA repository and BBB repository in gitlab, and also
aaa branch,bbb branch in CCC repository in our company,
I want to know how to merge AAA,BBB repository’s commits into aaa,bbb branch in CCC repository?
Is it possible?