使用git clone --depth 1 后无法获取其它分支的问题

1、git clone --depth 1 git地址

2、git remote set-branches origin '分支名'

3、git fetch --depth 1 origin 分支名

4、git checkout 分支名

你可能感兴趣的:(使用git clone --depth 1 后无法获取其它分支的问题)