git tag -l git tag --list
# 단일 개수의 태그 push git push origin [tag명] # 한 번에 여러개의 태그 push git push origin --tags
git checkout [원하는 tag명]
cd [git clone한 루트] git tag --list git checkout [원하는 tag명]