summaryrefslogtreecommitdiffstats
path: root/pkg/commands/remote_branch.go
blob: 0435a050feeec7ab204d6d0a5faa69ebb7fea234 (plain)
1
2
3
4
5
6
7
package commands

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