Hi Team,
We have our different environment stores integrated with one Github repository, each store is connecting with one branch from the repository. For example, our Dev store is connecting with Dev branch, while QA store is connecting with QA branch, same for the other stores.
For some files related to data or theme like config/settings_data.json or layout/theme.liquid, they would have different content in different stores, so how can we keep these file content diverse varies from the stores in Github repository?
Thanks, Gavin