Skip to content

Commit ed613bb

Browse files
authored
docs: update git checkout -b main as git checkout -B main (#10325)
1 parent c08da7f commit ed613bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guide/static-deploy.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Now the `preview` command will launch the server at `http://localhost:8080`.
8383
# echo 'www.example.com' > CNAME
8484
8585
git init
86-
git checkout -b main
86+
git checkout -B main
8787
git add -A
8888
git commit -m 'deploy'
8989

0 commit comments

Comments
 (0)