Hi @tim_yone ! I've been using this tool to develop and it's been great! nice work. I wonder if you've had any luck integrating a theme developed inside this tool into the GitHub > Shopify integration?
Hi Nick! Thank you for your comment. This starter kit doesn't support the Shopify GitHub integration because Shopify allows only branches that match the default Shopify theme folder structure, as you mentioned. I recommend you to use git subtree. Shopify also recommends this strategy to manage both your source and compiled code in version control.
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!
@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
Hi @tim_yone ! I've been using this tool to develop and it's been great! nice work. I wonder if you've had any luck integrating a theme developed inside this tool into the GitHub > Shopify integration?
Hi Nick! Thank you for your comment. This starter kit doesn't support the Shopify GitHub integration because Shopify allows only branches that match the default Shopify theme folder structure, as you mentioned. I recommend you to use git subtree. Shopify also recommends this strategy to manage both your source and compiled code in version control.
shopify.dev/themes/best-practices/...
I consider if I create a new starter kit which is simple structure for the Shopify GitHub integration.
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!
@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
@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.