📜  git clone tag - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:36.082000             🧑  作者: Mango

代码示例1
Use the command:

git clone --help
to see whether your git supports the command

git clone --branch tag_name
If not, just do the following:

git clone repo_url 
cd repo
git checkout tag_name