Wednesday, December 14, 2011

How to see list of tags for a git repo

To see list of all tags for a git repo, run command
git tag

To also see the commit message along with the tag, run command
git tag -n

No comments:

Post a Comment