hoodiehq-archive/my-first-hoodie

flush .git history when creating new app.

Closed this issue · 4 comments

gr2m commented

when creating a new hoodie app with hoodie new myapp, remove .git folder, then initialize a new one.

Just noticed this issue after submitting a pull request hoodiehq-archive/hoodie-cli/pull/11 for Issue hoodiehq-archive/hoodie-cli/issues/2

git init . && git add -A && git commit -m 'First commit ?

gr2m commented

yeah, let's add that? what you think @caolan @janl?

janl commented

or just rm the .git dir as proposed originally.