Skip to content

Commit

Permalink
Suggest contributors to use shallow clone (#44158)
Browse files Browse the repository at this point in the history
It will decrease the download size from `1.7GiB` to just `28MiB`.

Co-authored-by: JJ Kasper <22380829+ijjk@users.noreply.github.com>
  • Loading branch information
jankaifer and ijjk committed Dec 19, 2022
1 parent ae5502e commit 60b8468
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contributing/core/developing.md
Expand Up @@ -7,9 +7,9 @@
To develop locally:

1. Install the [GitHub CLI](https://github.com/cli/cli#installation).
1. Clone the Next.js repository:
1. Clone the Next.js repository (downloads only the last commit for faster clone):
```
gh repo clone vercel/next.js
gh repo clone vercel/next.js --depth=1 --branch canary --single-branch
```
1. Create a new branch:
```
Expand Down

0 comments on commit 60b8468

Please sign in to comment.