We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
$ git tag -l
Use git show VERSION to show details about a specific version. For example:
git show VERSION
$ git show v0.1.5
Use git checkout VERSION to check out a specific version. For example:
git checkout VERSION
$ git checkout v0.1.5