mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-03 00:57:52 +02:00
Update worktree model
This commit is contained in:
@ -26,6 +26,8 @@ type Branch struct {
|
||||
Subject string
|
||||
// commit hash
|
||||
CommitHash string
|
||||
|
||||
CheckedOutByOtherWorktree bool
|
||||
}
|
||||
|
||||
func (b *Branch) FullRefName() string {
|
||||
|
Reference in New Issue
Block a user