package commands

// Tag : A git tag
type Tag struct {
	Name string
}