git tag - doc-cloud/git GitHub Wiki
git tag v1.0
it is light tag, do not occupy a object.
git tag -a milestone1.0 -m "This is the first stable version."
A object occupied by the tag
git push origin --tags
git tag v1.0
it is light tag, do not occupy a object.
git tag -a milestone1.0 -m "This is the first stable version."
A object occupied by the tag
git push origin --tags