git choose tag

JavaScript
git checkout tags/1.1.4
$ git tag <tag_name> HEAD   (for the last commit)$ git rev-list -n 1 $TAG
Source

Also in JavaScript: