mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-30 03:23:08 +03:00
Improve worktree panel
This commit is contained in:
committed by
Jesse Duffield
parent
c679fd1924
commit
54708233ac
@ -11,8 +11,9 @@ import (
|
||||
|
||||
// Worktree : A git worktree
|
||||
type Worktree struct {
|
||||
Id int
|
||||
Path string
|
||||
Id int
|
||||
Path string
|
||||
Branch string
|
||||
}
|
||||
|
||||
func (w *Worktree) RefName() string {
|
||||
|
Reference in New Issue
Block a user