Is it possible to manage multiple repositories coherently?

后端 未结 6 782
渐次进展
渐次进展 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 03:53

    You can use the repo tool: https://gerrit.googlesource.com/git-repo/

    • set the same branch on multiple projects
    • view state of multiple repositories (branches, unmerged commits) with one command
    • manage a set of repositories (clone, sync, etc) with manifest files
    • lots of other cool stuff

提交回复
热议问题