git-tag.md
July 15, 2021 · View on GitHub
Bookmarks tagged [git-tag]
www.codever.land/bookmarks/t/git-tag
Sort Git Tags by Ascending and Descending Semver
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...
How to delete a remote tag?
https://stackoverflow.com/questions/5480258/how-to-delete-a-remote-tag
You just need to push an 'empty' reference to the remote tag name: ...