We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a9f039 commit 42cfcd2Copy full SHA for 42cfcd2
Documentation/git-rebase.txt
@@ -312,7 +312,7 @@ which makes little sense.
312
When the commit log message begins with "squash! ..." (or
313
"fixup! ..."), and there is a commit whose title begins with
314
the same ..., automatically modify the todo list of rebase -i
315
- so that the commit marked for quashing come right after the
+ so that the commit marked for squashing comes right after the
316
commit to be modified, and change the action of the moved
317
commit from `pick` to `squash` (or `fixup`).
318
+
0 commit comments