Skip to content

Commit 643b333

Browse files
committed
README: add a helpful note for people who _already_ cloned
The advice to use Scalar comes too late for contributors who already have obtained a (full) clone. To help them, let's just suggest to convert the checkout into a sparse one. Suggested-by: Toon Claes <[email protected]> Signed-off-by: Johannes Schindelin <[email protected]>
1 parent b7c5d89 commit 643b333

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ $ cd git-scm.com
2424
$ git sparse-checkout set layouts content static assets hugo.yml data script
2525
$ git reset --hard
2626
```
27+
> [!NOTE]
28+
> If you _already_ have a full clone and wish to accelerate development by focusing only on a small subset of the pages, you may want to run the `git sparse-checkout set [...]` command mentioned above.
2729
2830
Here is a detailed list of the relevant directories:
2931

0 commit comments

Comments
 (0)