I work on a project that has many repositories (>70) for its components. Now some files (GitHub issues templates, CONTRIBUTE.md
etc) have to be added to all of them.
I imagine this is a use case other people could have encountered before and found a way to not have to do this manually.
Is there a simple way to copy, commit and push all those file over to these multiple repositories?
As those files might have to be modified later in their copied-to location - some repositories have their special requirements for the issue templates for example - using git submodules (as suggested in the "possible duplicate comment to a question from 2011) is not an option. (CONTRIBUTE.md
in root obviously wouldn't work with submodules at all)