zl程序教程

您现在的位置是:首页 >  工具

当前栏目

GitHub如何下载clone指定的tag

GitHub下载 如何 指定 TAG clone
2023-09-11 14:15:29 时间

如上图,我想下载Tags标签为solution-4 的代码,如何处理呢?
命令如下:

git clone --branch solution-4 git@github.com:zspo/learngit.git

git clone --branch [tags标签] [git地址]