1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-08-09 09:22:48 +03:00

Add command "Rebase onto base branch" to rebase menu

This commit is contained in:
Stefan Haller
2024-05-04 16:39:06 +02:00
parent 837f7456ab
commit a8921a13cb
4 changed files with 98 additions and 4 deletions

View File

@@ -51,6 +51,7 @@ var tests = []*components.IntegrationTest{
branch.RebaseCopiedBranch,
branch.RebaseDoesNotAutosquash,
branch.RebaseFromMarkedBase,
branch.RebaseOntoBaseBranch,
branch.RebaseToUpstream,
branch.Rename,
branch.Reset,