Home · Teo Comyn · Shopify

GitHub · Theme versioning & handover

Tools

A traceable history when more than one person touches the theme.

FREE → PAID

Why I use it

How I use it : mini guide

Private repo per client or mono-repo with an agreed folder convention at kickoff.

Secrets (.env, tokens) never get committed : strict .gitignore + Shopify env vars.

Concrete Shopify example

Post app update regression: revert to last tagged release, patch, redeploy.

Limits I've identified

Related pages