802 日 , 2022 15:01:38
github克隆特定分支到本地
git clone --single-branch --branch [分支名称] github远程仓库地址
PS: git clone --single-branch --branch cds git@github.com:xxx/person.git