lazygit/pkg/commands/remote_branch.go
2020-02-25 21:21:07 +11:00

7 lines
124 B
Go

package commands
// Remote Branch : A git remote branch
type RemoteBranch struct {
Name string
RemoteName string
}