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

Add Git initialization option #5

Merged
merged 2 commits into from
Feb 26, 2023
Merged

Add Git initialization option #5

merged 2 commits into from
Feb 26, 2023

Conversation

bdbch
Copy link
Collaborator

@bdbch bdbch commented Feb 26, 2023

This PR should close #1

After creating the project successfully, the CLI will ask you if you want to initialize a Git repository.

image

Answering this with yes, the CLI will then check if Git is installed on the current system and if so spawn a child process running git init inside the new extension directory.

src/lib/initalizeGit.ts Outdated Show resolved Hide resolved
@bdbch bdbch merged commit 6c7b246 into dev Feb 26, 2023
@bdbch bdbch deleted the feature/1-git-initialization branch February 26, 2023 12:15
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

Successfully merging this pull request may close these issues.

Option to initialize git in new folder
1 participant