Skip to content

Commit befde39

Browse files
authored
Update switch-to-dev-branch.md (#3303)
1 parent c4e97ec commit befde39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/advanced/more/switch-to-dev-branch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ cp -R data data-backup
2424
# Update
2525
git fetch origin dev
2626
# If you get an `error: pathspec 'dev' did not match any file(s) known to git` execute: `git fetch origin --unshallow`
27-
git checkout dev # Change 'dev' to 'master' to switch back to the release version
27+
git checkout dev:dev # Change 'dev' to 'master' to switch back to the release version
2828
git pull
2929
npm ci
3030

0 commit comments

Comments
 (0)