I extended the base theme with some templates. The extended theme should be used by multiple sites. I wonder, which would be the recommended way to achieve the sharing.
Let me elaborate a little on this. I started the theme extension on site A. After a while I started using the templates on site B as well. I made more changes to the extension on site B.
I want to avoid to copy the extension files from site to site.
As far as I understood theme management, there are a few options like setting up Git and refreshing the files, publishing the theme (although it is just an extension?).
The most desirable result would be a "self-hosted" or "non-public" theme, which all sites using the extension could just update like theme updates are usually handled.
Thank you very much in advance for any hint pointing me into the right direction!