Appearance
git tag -a v1.0 -m "Release version 1.0"
git tag
git show v1.0
git push origin v1.0
git tag -d v1.0
git push origin --delete v1.0