Nwb: does this create a git repo?

Created on 29 Nov 2018  路  4Comments  路  Source: insin/nwb

This issue is a:

  • Question / support request

I did nwb new web-module my-module and got an unexpected .git/ repo.

Is this intended, if so why?
Can I disable it?

Btw. I use lernaJS too

Most helpful comment

@AndyOGo Check my comment on this thread. You can entirely disable the creation of the git repo.

Edit:
We're editing our answers faster then expected!

All 4 comments

If you really don't want your new project to be a git repo, you can just delete the .git folder, and probably the .gitignore file as well.

Also, check this out

@Ismoura
Thank you for your answer.

Yeah, that's correct. In fact that is what I did, just delete .git/ folder.
But I would really rather like to have it as an opt-in option 馃檹

May I ask where this behaviour is documented, I couldn't find it at a first glance?

Edit:
Wau you just where a second quiecker than me^^

Very good to know about --no-git flag, thanks a lot:)

@AndyOGo Check my comment on this thread. You can entirely disable the creation of the git repo.

Edit:
We're editing our answers faster then expected!

@lsmoura
haha, thanks a lot, nice to chat with you

Was this page helpful?
0 / 5 - 0 ratings

Related issues

sergiop picture sergiop  路  5Comments

insin picture insin  路  5Comments

feelic picture feelic  路  5Comments

brumm picture brumm  路  6Comments

BurntCaramel picture BurntCaramel  路  4Comments