diff --git a/contributing/code/pull_requests.rst b/contributing/code/pull_requests.rst index 1060e0d80a8..c0cd2259250 100644 --- a/contributing/code/pull_requests.rst +++ b/contributing/code/pull_requests.rst @@ -159,7 +159,7 @@ Or, if you want to provide a bug fix for the ``3.4`` branch, first track the rem .. code-block:: terminal - $ git checkout -t origin/3.4 + $ git checkout --track origin/3.4 Then create a new branch off the ``3.4`` branch to work on the bug fix: