We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e985d97 + 3b80719 commit fe140ddCopy full SHA for fe140dd
docs/HowToGuides/GettingStarted.md
@@ -343,7 +343,7 @@ git remote add my-remote https://github.com/username/swift.git
343
Finally, create a new branch.
344
```sh
345
# Using 'my-branch' as a placeholder name
346
-git checkout my-branch
+git checkout -b my-branch
347
git push --set-upstream my-remote my-branch
348
```
349
0 commit comments