git tag -l | sort -V or for git version >= 2.0 git tag -l --sort=v:refname git tag -l --sort=-v:refname # reverse