We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d4ab2d commit 2a02e7fCopy full SHA for 2a02e7f
1 file changed
docs/development.md
@@ -175,8 +175,7 @@ skip to {ref}`sec_development_workflow_anothers_commit`.
175
is to follow this recipe:
176
```bash
177
$ git fetch upstream
178
- $ git checkout upstream/main
179
- $ git checkout -b topic_branch_name
+ $ git checkout -b topic_branch_name upstream/main
180
```
181
182
4. Write your code following the outline in {ref}`sec_development_best_practices`.
0 commit comments