8000 Prefer merge over rebase · python/devguide@c9eb59a · GitHub
[go: up one dir, main page]

Skip to content

Commit c9eb59a

Browse files
methanetaleinat
authored andcommitted
Prefer merge over rebase
1 parent 765b0ab commit c9eb59a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pullrequest.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ You should have already :ref:`set up your system <setup>`,
9797
* If someone else added new changesets and you get an error::
9898

9999
git fetch upstream
100-
git rebase upstream/master
101-
git push --force-with-lease origin <branch-name>
100+
git merge upstream/master
101+
git push origin <branch-name>
102102

103103
* Finally go on :samp:`https://github.com/{<your-username>}/cpython`: you will
104104
see a box with the branch you just pushed and a green button that allows

0 commit comments

Comments
 (0)
0