Skip to content

Commit

Permalink
Increase recommended git clone depth (#44181)
Browse files Browse the repository at this point in the history
  • Loading branch information
jankaifer committed Dec 20, 2022
1 parent 9203386 commit f6cba80
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 (downloads only the last commit for faster clone):
1. Clone the Next.js repository (download only recent commits for faster clone):
```
gh repo clone vercel/next.js --depth=1 --branch canary --single-branch
gh repo clone vercel/next.js --depth=3000 --branch canary --single-branch
```
1. Create a new branch:
```
Expand Down

0 comments on commit f6cba80

Please sign in to comment.