Introduction
git clone [email protected]:Shopify/dawn.git <<your_theme_name>>cd <<your_theme_name>>
git rm -r --cached . -f
rm -rf .git
git init . -b maingit add .
git commit -m "initial commit"git remote add origin <<remote url>>shopify login --store=<<your_store>>.myshopify.comshopify theme servePush to GitHub
Last updated
Was this helpful?