From ad9934bf6ca8924ca120fa2e6b641659a338e1bd Mon Sep 17 00:00:00 2001 From: Karsten Schnitter Date: Sun, 2 Nov 2025 18:28:59 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ef6e6fa..63d3db5 100644 --- a/README.md +++ b/README.md @@ -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.