feat: add git init prompt
#325If 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
when creating a svelte kit app ask to initialize a git repo if git
is installed and the target directory is not a git repo already
fixes #287
Latest commit: a438004
The changes in this PR will be included in the next version bump.
Name | Type |
---|---|
sv | Patch |
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
See discussion in #287, we are still unusre if and how we want this.
See discussion in #287, we are still unusre if and how we want this.
Thus closing this for now.