Is there something like "git show tags"?
+1
A:
git tag -l
git tag
-l <pattern>
List tags with names that match the given pattern (or all if no pattern is given).
Typing "git tag
" without arguments, also lists all tags
See also GitHub tagging.
VonC
2010-07-12 18:27:18