Skip to content

Commit 41f86f6

Browse files
committed
Rebase merges by default
1 parent 90feb4b commit 41f86f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/commands/git_commands/rebase.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ func (self *RebaseCommands) SquashAllAboveFixupCommits(sha string) error {
255255
return self.runSkipEditorCommand(
256256
self.cmd.New(
257257
fmt.Sprintf(
258-
"git rebase --interactive --autostash --autosquash %s^",
258+
"git rebase --interactive --rebase-merges --autostash --autosquash %s^",
259259
sha,
260260
),
261261
),

0 commit comments

Comments
 (0)