Skip to content

Commit 08ded89

Browse files
michaelKaeferwouterj
authored andcommitted
Change "-t" to "--track" to be more explicit
1 parent 5016771 commit 08ded89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributing/code/pull_requests.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Or, if you want to provide a bug fix for the ``3.4`` branch, first track the rem
159159

160160
.. code-block:: terminal
161161
162-
$ git checkout -t origin/3.4
162+
$ git checkout --track origin/3.4
163163
164164
Then create a new branch off the ``3.4`` branch to work on the bug fix:
165165

0 commit comments

Comments
 (0)