Denton
Denton

Reputation: 17

GitHub managing multiple websites

I am wondering if anyone has a decent tutorial for my GitHub scenario. I want to be able to manage and sync changes to certain files in a Shopify theme across multiple stores while keeping others (which handle things like localisation) as is. I'm new to GitHub and keen to learn so any help would be appreciated.

Upvotes: 0

Views: 138

Answers (1)

David Lazar
David Lazar

Reputation: 11427

Connect your github theme to a store. You get to pick a branch. So make each store a branch. Now you can edit your theme, push changes to a specific branch and then that store assigned to the theme and branch will pick up those changes.

Upvotes: 1

Related Questions