Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto-initialize a Git project when creating projects #15589

Open
IlCallo opened this issue Mar 20, 2023 · 0 comments
Open

Auto-initialize a Git project when creating projects #15589

IlCallo opened this issue Mar 20, 2023 · 0 comments
Assignees

Comments

@IlCallo
Copy link
Member

IlCallo commented Mar 20, 2023

Previous work on the topic, when we still had many separated starter kits:

We can offer a CLI argument such as --no-git to explicitly disable this behavior.
We can perform an up search to detect if the user is creating the project inside an existing git repository, e.g. in a monorepo, then automatically skip initializing the Git project. If they still need to set it up in such as scenario, which would be quite rare I presume, they could just do it manually.

@IlCallo IlCallo self-assigned this Mar 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant