We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
git checkout -b main
git checkout -B main
1 parent c08da7f commit ed613bbCopy full SHA for ed613bb
guide/static-deploy.md
@@ -83,7 +83,7 @@ Now the `preview` command will launch the server at `http://localhost:8080`.
83
# echo 'www.example.com' > CNAME
84
85
git init
86
- git checkout -b main
+ git checkout -B main
87
git add -A
88
git commit -m 'deploy'
89
0 commit comments