Skip to content

Commit b236b0c

Browse files
Update README.md
1 parent 131449f commit b236b0c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ If you cloned or checked out this repository before that date, you may encounter
99
resolve this, reset your local `main` branch to match the remote:
1010

1111
```shell
12-
git fetch origin git checkout main git reset --hard origin/main
12+
git fetch origin
13+
git checkout main git reset --hard origin/main
1314
```
1415

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

0 commit comments

Comments
 (0)