Skip to content

Commit a4a35e4

Browse files
authored
chore: remove git init next step (#645)
1 parent e51aa8b commit a4a35e4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.changeset/odd-impalas-dance.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ export const create = new Command('create')
8585
const pmRunCmd = `${command} ${args.join(' ')}`;
8686
const steps = [
8787
...initialSteps,
88-
` ${i++}: ${highlight('git init && git add -A && git commit -m "Initial commit"')} (optional)`,
8988
` ${i++}: ${highlight(pmRunCmd)}`,
9089
'',
9190
`To close the dev server, hit ${highlight('Ctrl-C')}`

0 commit comments

Comments
 (0)