GitHub如何下载clone指定的tag
如上图,我想下载Tags标签为solution-4 的代码,如何处理呢?
命令如下:
git clone --branch solution-4 git@github.com:zspo/learngit.git
git clone --branch [tags标签] [git地址]
如上图,我想下载Tags标签为solution-4 的代码,如何处理呢?
命令如下:
git clone --branch solution-4 git@github.com:zspo/learngit.git
git clone --branch [tags标签] [git地址]