git branch -r | grep -v ‘->’ | while read remote; do git branch –track “{remote#origin/}" "
{remote#origin/}" "
remote”; donegit branch -r | grep -v ‘->’ | while read remote; do git branch –track “{remote#origin/}" "
{remote#origin/}" "
remote”; done
git fetch –all
git pull –all
git clone all branches
最新推荐文章于 2024-09-16 10:23:12 发布