You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,8 @@ $ cd git-scm.com
24
24
$ git sparse-checkout set layouts content static assets hugo.yml data script
25
25
$ git reset --hard
26
26
```
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.
27
29
28
30
Here is a detailed list of the relevant directories:
0 commit comments