We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6ca94d4 + de30ee9 commit 96078eaCopy full SHA for 96078ea
README.md
@@ -31,6 +31,14 @@ git clone https://github.com/angular/angular-seed.git
31
cd angular-seed
32
```
33
34
+If you just want to start a new project without the angular-seed commit history then you can do:
35
+
36
+```bash
37
+git clone --depth=1 https://github.com/angular/angular-seed.git <your-project-name>
38
+```
39
40
+The `depth=1` tells git to only pull down one commit worth of historical data.
41
42
### Install Dependencies
43
44
We have two kinds of dependencies in this project: tools and angular framework code. The tools help
0 commit comments