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.
Deleted user commented
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
?
janl commented
or just rm the .git dir as proposed originally.
gr2m commented
duplicate to hoodiehq-archive/hoodie-cli#2