0
0
mirror of https://github.com/django/django.git synced 2024-11-29 22:56:46 +01:00

Merge pull request #1464 from evildmp/squashing_commits

Clarified misleading wording about squashing commits
This commit is contained in:
Julien Phalip 2013-08-10 14:48:46 -07:00
commit 6e70f47d02

View File

@ -157,7 +157,7 @@ using interactive rebase::
The HEAD~2 above is shorthand for two latest commits. The above command The HEAD~2 above is shorthand for two latest commits. The above command
will open an editor showing the two commits, prefixed with the word "pick". will open an editor showing the two commits, prefixed with the word "pick".
Change the second line to "squash" instead. This will keep the Change "pick" on the second line to "squash" instead. This will keep the
first commit, and squash the second commit into the first one. Save and quit first commit, and squash the second commit into the first one. Save and quit
the editor. A second editor window should open, so you can reword the the editor. A second editor window should open, so you can reword the
commit message for the commit now that it includes both your steps. commit message for the commit now that it includes both your steps.