Skip to content

Commit 7badc25

Browse files
alexlafrosciaseanpdoyle
authored andcommitted
Prevent generating git repo for Ember application
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.
1 parent 14775a5 commit 7badc25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ c.app :frontend, path: "~/projects/my-ember-app"
6363
* generate a new Ember project:
6464

6565
```bash
66-
$ ember new frontend
66+
$ ember new frontend --skip-git
6767
```
6868

6969
**Initializer options**

0 commit comments

Comments
 (0)