1
0
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:
Joel Baranick
2022-09-02 20:08:36 -07:00
committed by Jesse Duffield
parent c679fd1924
commit 54708233ac
3 changed files with 16 additions and 13 deletions

View File

@ -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 {