1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-28 16:02:01 +03:00

move tags

This commit is contained in:
Jesse Duffield
2020-09-29 18:38:56 +10:00
parent 630e446989
commit e849ca3372
6 changed files with 12 additions and 11 deletions

View File

@ -288,7 +288,7 @@ type guiState struct {
SubCommits []*models.Commit
Remotes []*commands.Remote
RemoteBranches []*commands.RemoteBranch
Tags []*commands.Tag
Tags []*models.Tag
MenuItems []*menuItem
Updating bool
Panels *panelStates