Skip to content

Commit 19e5376

Browse files
committed
minor #14480 Change "-t" to "--track" to be more explicit (michaelKaefer)
This PR was submitted for the 5.1 branch but it was merged into the 3.4 branch instead. Discussion ---------- Change "-t" to "--track" to be more explicit Commits ------- 08ded89 Change "-t" to "--track" to be more explicit
2 parents 5016771 + 08ded89 commit 19e5376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributing/code/pull_requests.rst

Lines changed: 1 addition & 1 deletion
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)