I can’t seem to make sense of how “shopify theme push” and “shopify theme pull” work in regards to making changes through the Store Editor.
If I make changes to my theme through the Customize area (add a logo, for example), and then run “shopify theme pull”, I can see those changes reflected in my local environment when I run “shopify theme serve”.
However, if I run “shopify theme serve” and navigate to the Store Editor link it provides and make changes there (add a section of content for example), I don’t know how to get those changes up to my theme. If I run “shopify theme push”, that doesn’t push changes, nor does a regular “git push” to the repo.
Not sure if I’m making sense, but I’m confused.
All in all, how can I make changes in the development Online Editor and get those up to my theme?
Thanks!