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 90feb4b commit 41f86f6Copy full SHA for 41f86f6
pkg/commands/git_commands/rebase.go
@@ -255,7 +255,7 @@ func (self *RebaseCommands) SquashAllAboveFixupCommits(sha string) error {
255
return self.runSkipEditorCommand(
256
self.cmd.New(
257
fmt.Sprintf(
258
- "git rebase --interactive --autostash --autosquash %s^",
+ "git rebase --interactive --rebase-merges --autostash --autosquash %s^",
259
sha,
260
),
261
0 commit comments