I have a load of #git repositories, all of which contain broadly the same YAML files to control #Github workflows for CI. I would like to consolidate them so that the vast majority of their contents which is shared in common is stored in one place. Obviously I could write some code to do this and have it rebuild those files and commit changes to each of the repos, but that is ... inelegant. 1/n