File tree 1 file changed +9
-2
lines changed
1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -237,8 +237,8 @@ Creating a Pull Request
237
237
238
238
6. Press the ``Create pull request `` button.
239
239
240
- Syncing with Upstream
241
- ---------------------
240
+ Updating your CPython Fork
241
+ --------------------------
242
242
243
243
Scenario:
244
244
@@ -249,12 +249,19 @@ Scenario:
249
249
- You now want to update your forked CPython repository to be the same as
250
250
the upstream CPython repository.
251
251
252
+ Please do not try to solve this by creating a pull request from
253
+ ``python:master `` to ``<username>:master `` as the authors of the patches will
254
+ get notified unnecessarily.
255
+
252
256
Solution::
253
257
254
258
git checkout master
255
259
git pull upstream master
256
260
git push origin master
257
261
262
+ .. note :: For the above commands to work, please follow the instructions found
263
+ in the :ref: `checkout ` section
264
+
258
265
Another scenario:
259
266
260
267
- You created ``some-branch `` some time ago.
You can’t perform that action at this time.
0 commit comments