Skip to content

Commit a388bba

Browse files
committed
Edit git fetch -b ...
1 parent 17b572f commit a388bba

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/doc/en/developer/walkthrough.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,9 @@ branch is a local branch that is only on your computer and not visible to
142142
anyone else.
143143

144144
To avoid typing the new branch name twice you can use the shortcut
145-
``git checkout -b my_new_branch`` to create and switch to the new
146-
branch in one command.
145+
``git checkout -b last_twin_prime develop`` to create and switch to the new
146+
branch based on ``develop`` in one command.
147+
147148

148149
.. _section_walkthrough_logs:
149150

0 commit comments

Comments
 (0)