Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit de30ee9

Browse files
docs(README): add alternative git clone method
Closes #239
1 parent 6ca94d4 commit de30ee9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,14 @@ git clone https://github.com/angular/angular-seed.git
3131
cd angular-seed
3232
```
3333

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+
3442
### Install Dependencies
3543

3644
We have two kinds of dependencies in this project: tools and angular framework code. The tools help

0 commit comments

Comments
 (0)