Avc Tag
List or manage tags
avc tag [--delete <tag>] [<tag>]
# List the tags
avc tag
# Tag the lastest commit
avc tag v1.0.0
# Tag the specific commit
avc tag --ref a1b2c3d4 v1.0.0
# Delete a tags
avc tag --delete v1.0.0
-D, --delete Delete a tag
-h, --help help for tag
--ref string The source commit or reference to be tagged (default "latest")
- avc - ArtiVC is a version control system for large files