git fetch --tags
-- latest tag
$ tag=$(git describe --tags `git rev-list --tags --max-count=1`)

$ echo $tag
v2.0

git checkout $tag -b $tag