File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -44,11 +44,13 @@ You will only need to do this once.
4444
45451. Go to https://github.com/python/cpython.
4646
47- 2. Press ``Fork `` on the top right.
47+ 2. Press ``Fork `` located near the top right of the page .
4848
49- 3. When asked where to fork the repository, choose to fork it to your username .
49+ 3. Uncheck the "Copy the `` main `` branch only" button .
5050
51- 4. Your forked CPython repository will be created at https://github.com/<username>/cpython.
51+ 4. Press the ``Create fork `` button.
52+
53+ 5. Your forked CPython repository will be created at ``https://github.com/<username>/cpython ``.
5254
5355.. _clone-your-fork :
5456
@@ -105,6 +107,10 @@ To verify the upstream for ``main``::
105107It should emit ``upstream ``, indicating to track/pull changes for ``main `` from the
106108``upstream `` remote.
107109
110+ Once this is verified, update your local clone with the upstream branches::
111+
112+ $ git fetch upstream
113+
108114
109115.. _set-up-name-email :
110116
You can’t perform that action at this time.
0 commit comments