DEV Community

Discussion on: Starter kit for Shopify theme developers

Collapse
 
nickarrasate profile image
Nick Arrasate

So i set up a subtree repo to hold the prod theme that can be hooked up to the GH > Shopify integration and i think it'll work great for our purposes. Thanks again!

Thread Thread
 
pierrewebdev profile image
Patrick Pierre

@nickarrasate @tim_yone
I know this post is a few months old but you did say you managed to create a subtree repo
Would you mind sharing the resources you used to learn about how to use subtrees and connect the Shopify Github integration to it

Thread Thread
 
tim_yone profile image
Kazuki Yonemoto

@pierrewebdev
Here is the resource to use git subtree in Shopify theme development, although this doc is Japanese.
zenn.dev/sgrynd/articles/7b8b9e295...

However, it’s a bother to use git subtree.
I recommend using this repo if you consider GitHub integration.