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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Copycat – a free tool to synchronize files between repositories as PRs

11 点作者 ajaskiewicz超过 7 年前

2 条评论

ajaskiewicz超过 7 年前
Our devs built Copycat when creating our (LiveChat's) docs and then they decided to share it with the world. You can use it not only for synchronizing projects between repositories but also for sharing code between multiple projects or connecting a monorepo to a project’s own repository. Enjoy!
erbear超过 7 年前
To be honest, I would use package for this kind of situation. For example, in Ruby on Rails one could simply create gem and add it to two different repositories. Additional thing is that you have a version control. Nice work anyway!