Skip to content

Commit

Permalink
Prevent generating git repo for Ember application
Browse files Browse the repository at this point in the history
Following the original documentation, I accidentally created a Git repo for the Ember application inside the existing Git repo for the Rails app.  However, if you specify `--skip-git` when you create the Ember app, this can be avoided.
  • Loading branch information
alexlafroscia authored and seanpdoyle committed Dec 1, 2015
1 parent 14775a5 commit 7badc25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ c.app :frontend, path: "~/projects/my-ember-app"
* generate a new Ember project:

```bash
$ ember new frontend
$ ember new frontend --skip-git
```

**Initializer options**
Expand Down

0 comments on commit 7badc25

Please sign in to comment.