Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ If you cloned or checked out this repository before that date, you may encounter
resolve this, reset your local `main` branch to match the remote:

```shell
git fetch origin git checkout main git reset --hard origin/main
git fetch origin
git checkout main git reset --hard origin/main
```

**Caution:** This will discard any local changes on your `main` branch.
Expand Down