Files
lazygit/pkg/commands/branch.go
T

11 lines
166 B
Go

package commands
// Branch : A git branch
// duplicating this for now
type Branch struct {
Name string
Recency string
Pushables string
Pullables string
}