'next steps' should omit git init if we are already in a git repo

#287

Development PR

Issue

Open
R
Rich-Harris
Nov 9, 2024, 6:27 PM

If you're creating a new app inside a git repo, 'next steps' includes this...

git init && git add -A && git commit -m "Initial commit" (optional)

...and it should probably just say nothing

Info

Assignees None
Labels enhancement, pkg:create
Milestone None