likepoems
发布于 2022-08-02 / 0 阅读
0
0

github克隆特定分支到本地

git clone --single-branch --branch [分支名称] github远程仓库地址
PS: git clone --single-branch --branch cds git@github.com:xxx/person.git

评论