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

Add command "View divergence from base branch"

This commit is contained in:
Stefan Haller
2024-05-02 09:46:35 +02:00
parent 4ac77f4575
commit 343db7b3f1
5 changed files with 93 additions and 0 deletions

View File

@@ -56,6 +56,7 @@ var tests = []*components.IntegrationTest{
branch.Reset,
branch.ResetToUpstream,
branch.SetUpstream,
branch.ShowDivergenceFromBaseBranch,
branch.ShowDivergenceFromUpstream,
branch.SortLocalBranches,
branch.SortRemoteBranches,