Skip to content

Commit

Permalink
add git fetch to migration instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jackyzha0 committed Aug 20, 2023
1 parent 443c182 commit 90d6c1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions content/migrating from Quartz 3.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ title: "Migrating from Quartz 3"
As you already have Quartz locally, you don't need to fork or clone it again. Simply just checkout the alpha branch, install the dependencies, and import your old vault.

```bash
git fetch
git checkout v4
git pull upstream v4
npm i
Expand Down

0 comments on commit 90d6c1e

Please sign in to comment.