Get Tag Names in Git
To get tag name in a git repository, we can use git describe
command.
Example: Get Latest Tag Name
Example: Get All Tags Sorted by Commit Date
Source(s):
Last updated