Git 如何 checkout 某個tag

從Stack overflow來的答案:

先利用 git clone 抓取整個repository
再利用 git tag -l 列出全部的tag清單
最後用 git checkout <tag_name>

原文在此:
http://stackoverflow.com/questions/791959/how-to-use-git-to-download-a-particular-tag

留言

熱門文章