We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
git init
1 parent e51aa8b commit a4a35e4Copy full SHA for a4a35e4
.changeset/odd-impalas-dance.md
@@ -0,0 +1,5 @@
1
+---
2
+'sv': patch
3
4
+
5
+chore: remove `git init` next step when creating a new project
packages/cli/commands/create.ts
@@ -85,7 +85,6 @@ export const create = new Command('create')
85
const pmRunCmd = `${command} ${args.join(' ')}`;
86
const steps = [
87
...initialSteps,
88
- ` ${i++}: ${highlight('git init && git add -A && git commit -m "Initial commit"')} (optional)`,
89
` ${i++}: ${highlight(pmRunCmd)}`,
90
'',
91
`To close the dev server, hit ${highlight('Ctrl-C')}`
0 commit comments