Skip to content

Commit 55fd7f0

Browse files
committed
docs: update wording
We changed `git checkout` to `git switch` before.
1 parent 122133b commit 55fd7f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributing/workflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ switch between them to keep the contributions separate. For instance:
186186
> git switch develop
187187
```
188188

189-
The last checkout makes sure that you end up in your *develop* branch as
189+
The last switch makes sure that you end up in your *develop* branch as
190190
a starting point for your next session working with your repository.
191191
This is a good practice, as it is not always obvious which branch you
192192
are working in.

0 commit comments

Comments
 (0)