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

1 points by kelsolaar ↗ HN
Hello,

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

https://github.com/voxpupuli/modulesync seems to support some of that process but I'm looking for other options not requiring Ruby.

Cheers,

1 comment

[ 0.26 ms ] story [ 15.6 ms ] thread
look like git submodule + branches for it will cover requirements.