git clone eines bestimmten tags

git clone <repo-address>
 
git tag -l
 
git checkout <tag-name>
 
git branch -D master
 

git checkout -b master