summaryrefslogtreecommitdiffstats
path: root/pkg/commands/models/worktree.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/commands/models/worktree.go')
-rw-r--r--pkg/commands/models/worktree.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkg/commands/models/worktree.go b/pkg/commands/models/worktree.go
index c4e31a9d3..f02dc184c 100644
--- a/pkg/commands/models/worktree.go
+++ b/pkg/commands/models/worktree.go
@@ -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 {