Update 1-getting-started-lessons/2-github-basics/README.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
pull/1360/head
Lee Stott 2 months ago committed by GitHub
parent 1f09c0dc98
commit 2fc1be28c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -248,7 +248,7 @@ Let's go through a contributor workflow. Assume the contributor has already _for
git checkout [branch_name]
```
Alternatively, you can create and switch to branch in one step:
Alternatively, you can create and switch to a branch in one step:
```bash
git checkout -b [branch_name]
```

Loading…
Cancel
Save