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.
44
44
45
45
1. Go to https://github.com/python/cpython.
46
46
47
- 2. Press ``Fork `` on the top right.
47
+ 2. Press ``Fork `` located near the top right of the page .
48
48
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 .
50
50
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 ``.
52
54
53
55
.. _clone-your-fork :
54
56
@@ -105,6 +107,10 @@ To verify the upstream for ``main``::
105
107
It should emit ``upstream ``, indicating to track/pull changes for ``main `` from the
106
108
``upstream `` remote.
107
109
110
+ Once this is verified, update your local clone with the upstream branches::
111
+
112
+ $ git fetch upstream
113
+
108
114
109
115
.. _set-up-name-email :
110
116
You can’t perform that action at this time.
0 commit comments