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

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

代码示例3
# clone only the remote primary HEAD (default: origin/master)
git clone  --single-branch

# as in:
git clone  --branch  --single-branch []