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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Are there tools to synchronise config files across repositories?

1 点作者 kelsolaar超过 1 年前
Hello,<p>I&#x27;m looking for tools that allow synchronising files across repositories. If I update my `.pre-commit-config.yaml` file in a repository, I would like to be able to replicate the changes in another. Note that the files might be slightly different but they are 95% the same all the time.<p>https:&#x2F;&#x2F;github.com&#x2F;voxpupuli&#x2F;modulesync seems to support some of that process but I&#x27;m looking for other options not requiring Ruby.<p>Cheers,

1 comment

epirogov超过 1 年前
look like git submodule + branches for it will cover requirements.