Skip to content

Commit 201f528

Browse files
authored
Adding note about --depth 1
Closes #11733 [skip ci]
1 parent 3179985 commit 201f528

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,11 @@ This document will guide you through the contribution process.
6565
### Step 1: Fork
6666

6767
Fork the project [on Github](https://github.com/seleniumhq/selenium)
68-
and check out your copy locally.
68+
and check out your copy locally. Use `--depth 1` for a quick check out.
69+
The repository is ~2GB and checking the whole history takes a while.
6970

7071
```shell
71-
% git clone [email protected]:username/selenium.git
72+
% git clone [email protected]:username/selenium.git --depth 1
7273
% cd selenium
7374
% git remote add upstream git://github.com/seleniumhq/selenium.git
7475
```

0 commit comments

Comments
 (0)