新clone一个工程后,若想一次性拉取所有分支数据,可采用下面指令:

git clone xxx
git branch -r | grep -v '\->' | while read remote; do git branch --track "${remote#origin/}" "$remote"; done
git fetch --all
git pull --all

靠谱推荐:Free Pos,微信JOCIHEZ

Logo

腾讯云面向开发者汇聚海量精品云计算使用和开发经验,营造开放的云计算技术生态圈。

更多推荐