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
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.