Skip to content

Commit c24b8ae

Browse files
committed
use git switch over checkout for branches
1 parent 1133cf8 commit c24b8ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ If this is something you think you can fix, then fork `main` and create a branch
1616
A good branch name would be (where issue #123 is the ticket you're working on):
1717

1818
```sh
19-
git checkout -b 123-add-japanese-translations
19+
git switch -c 123-add-japanese-translations
2020
```
2121

2222
### Working with open source projects
@@ -50,4 +50,4 @@ Follow normal guidelines for git commits, limiting the length and adding extra d
5050

5151
For Pull Requests please include an issue number or details on what is changed in the pull request.
5252

53-
Please comment code at least every 10 lines to explain what code does. Use more for more complicated sections of code.
53+
Please comment code at least every 10 lines to explain what code does. Use more for more complicated sections of code.

0 commit comments

Comments
 (0)