Is it possible to manage multiple repositories coherently?

后端 未结 6 753
渐次进展
渐次进展 2020-12-10 03:17

I have a collection of git repositories that are independently versioned but related to one another. For example, when adding a feature I may have to add functionality to a

6条回答
  •  轮回少年
    2020-12-10 04:10

    The Android repo tool manages the creation of feature branches across multiple repositories. However the repo upload command can only publish to Gerrit code review.

    If you use an ordinary Git repository manager like GitHub or GitLab, repo upload will not work; you need the nonexistent repo push command. I implemented repo push in the Wave Computing fork of repo. We use it in production.

提交回复
热议问题