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

feat: add a menu to reset current branch to a target branch upstream

This commit is contained in:
AzraelSec
2023-08-16 16:19:29 +02:00
committed by Stefan Haller
parent 47d422bb8a
commit 2b7b6f71ee
4 changed files with 209 additions and 54 deletions

View File

@@ -47,6 +47,7 @@ var tests = []*components.IntegrationTest{
branch.RebaseDoesNotAutosquash,
branch.RebaseFromMarkedBase,
branch.Reset,
branch.ResetToUpstream,
branch.ResetUpstream,
branch.SetUpstream,
branch.ShowDivergenceFromUpstream,