Closed
Description
Please confirm that you have:
- Searched existing issues to see if your issue is a duplicate. (If you’ve found a duplicate issue, feel free to add additional information in a comment on it.)
- Reproduced the issue in the latest CLI version.
In which of these areas are you experiencing a problem?
Theme
Expected behavior
On running git remote -v
the user should see no remote repo - it should be left for them to add
Actual behavior
On running git remote -v
the repo for the cloned theme is set
Verbose output
Verbose output
Paste the output here!
Reproduction steps
- Run
shopify theme init
- CD into new theme directory
- Run
git remote -v
origin
will be set tohttps://github.com/Shopify/skeleton-theme.git
Operating System
Mac OS Sequoia
Shopify CLI version (shopify --version
)
@shopify/cli/3.80.7 darwin-arm64 node-v23.2.0
Shell
zsh
Node version (run node -v
if you're not sure)
v23.2.0
What language and version are you using in your application?
No response