Expand description
Git tag name type with validation, plus git tag command builders.
Structs§
- Create
- Builder for
git tag <name>(lightweight tag at HEAD). - Tag
- A validated git tag name.
- TagError
- Error returned when parsing an invalid
Tag.
Functions§
- create
- Create a new
git tag <name>command builder.