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

No git #237

Merged
merged 2 commits into from
Jul 18, 2017
Merged

No git #237

merged 2 commits into from
Jul 18, 2017

Conversation

prateekbh
Copy link
Member

Fixes #216,
This will put --git in default state of false so that when user says --git he knows that there will some git activity, and we wont do aut commits without his knowledge

@@ -56,7 +56,7 @@ export default asyncCommand({
git: {
description: 'Initialize version control using git',
type: 'boolean',
default: true
default: false
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not really sure if setting --git to false by default or not.

Leaving --git to true by default and not making an initial commit makes sense to me.

@developit any thoughts?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we are trying to hard here. User know how to initilize a git repo. Just leave it to user.

@prateekbh
Copy link
Member Author

ok,
we have 2 options here
Option A: leave --git to true and and not make the final commit.

Option B: leave --git to false and leave everything to user.

@thangngoc89 @reznord which one do you think guys?

@reznord
Copy link
Member

reznord commented Jul 17, 2017

@prateekbh I'm good with both, anyways for Option B it is just a matter of one command away. So, I'm with @thangngoc89 here.

Copy link
Member

@reznord reznord left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Jason is also fine with not having git by default.

@reznord reznord merged commit 8d409c0 into master Jul 18, 2017
@prateekbh prateekbh deleted the noGit branch July 18, 2017 04:31
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.

3 participants