Skip to content

Commit 055995b

Browse files
docs: use git switch -c instead of git checkout -b
1 parent eec5179 commit 055995b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/tutorials/first-pull-request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Complete [Getting Started](getting-started.md) first. You need a working devcont
99
## 1. Create a branch
1010

1111
```bash
12-
git checkout -b my-first-change
12+
git switch -c my-first-change
1313
```
1414

1515
Use a descriptive branch name for real contributions (e.g., `fix/typo-in-readme` or `feat/add-unit-test`).

0 commit comments

Comments
 (0)