After the clone, you can list the tags with git tag -l and then checkout a specific tag: git checkout tags/<tag_name>git
git tag -l
git checkout tags/<tag_name>