Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.1 KB

git-tag.md

File metadata and controls

19 lines (16 loc) · 1.1 KB

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: ...

  • 📆 published on: 2011-03-29
  • tags: git, git-tag