MaxiNet
MaxiNet

Reputation: 1028

Sync 2 Folders in different GIT-Repos

I have 2 GIT-Repos with a Drupal Instance in, each. The Instances have totaly different modules and so on, but they use the same theme. I would like to sync these theme dirs anyhow. Is this possible? How?

Upvotes: 3

Views: 99

Answers (2)

ernie.cordell
ernie.cordell

Reputation: 73

Thank you for that answer. I must investigate this further. I want to balance two extremes in design while keeping them as essentially separate products. We all know the compromise: I have an automatic approach with less user control, a manual approach for detail people who want control and I may branch a lot while figuring out compromises, but there are at least three paths there and this may be the way to track them. I can't dream of making them compilation or configuration options until I know what they are.

Upvotes: 0

kirelagin
kirelagin

Reputation: 13626

Put this theme into a separate repository and then add it as a submodule to both repos.

Upvotes: 3

Related Questions