📌  相关文章
📜  git clone depth - Shell-Bash 代码示例

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

代码示例2
$ git clone --depth 1 https://github.com/dogescript/xxxxxxx.git
$ git remote set-branches origin 'remote_branch_name'
$ git fetch --depth 1 origin remote_branch_name
$ git checkout remote_branch_name