新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
新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
8431

被折叠的 条评论
为什么被折叠?