1、git clone --depth 1 git地址2、git remote set-branches origin '分支名'3、git fetch --depth 1 origin 分支名4、git checkout 分支名