Bookmarks tagged [git-tag]
https://andy-carter.com/blog/sort-git-tags-by-ascending-and-descending-semver
Semver is a popular way of versioning applications and software libraries. However, if you use git tag to list out all your tagged versions of a Git repository you’ll probably find the tags returned a...
https://stackoverflow.com/questions/5480258/how-to-delete-a-remote-tag
You just need to push an 'empty' reference to the remote tag name: ...