📌  相关文章
📜  git clone 特定分支 - Shell-Bash 代码示例

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

代码示例6
git clone --single-branch --branch  

# eg
git clone -b opencv-2.4 --single-branch https://github.com/Itseez/opencv.git