docs: dont pull on first sync

This commit is contained in:
Jacky Zhao 2023-12-17 09:57:46 -08:00
parent 3c01b92cc4
commit 14e6b13ff1

View file

@ -31,7 +31,7 @@ git remote -v
Then, you can sync the content to upload it to your repository. Then, you can sync the content to upload it to your repository.
```bash ```bash
npx quartz sync npx quartz sync --no-pull
``` ```
> [!hint] > [!hint]