TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: How do you manage dependencies between multiple repos?

2 点作者 9diov大约 5 年前
Our company&#x27;s engineering team is growing and we are also splitting to a few product lines. Currently, each product line has its own Git repo and team.<p>We manage dependencies by factoring out common code between the repos and put them into a separate repo linked to the product lines&#x27; repos with Git submodules.<p>We also have an infra-as-code repo used by DevOps team for deployment. Keeping track of dependencies between product line repos and this repo has been done manually at this point.<p>I&#x27;m looking for best practices in scaling development to multiple repos and dependencies tracking between them.<p>Thanks in advance.

暂无评论

暂无评论