mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-08-07 22:02:56 +03:00
Add test demonstrating the problem
When there's a branch with the same name as the tag, the branch gets checked out instead of the tag.
This commit is contained in:
@@ -245,6 +245,7 @@ var tests = []*components.IntegrationTest{
|
||||
sync.PushWithCredentialPrompt,
|
||||
sync.RenameBranchAndPull,
|
||||
tag.Checkout,
|
||||
tag.CheckoutWhenBranchWithSameNameExists,
|
||||
tag.CreateWhileCommitting,
|
||||
tag.CrudAnnotated,
|
||||
tag.CrudLightweight,
|
||||
|
Reference in New Issue
Block a user