git push 所有分支

  • git pull --all origin一次同步所有分支
  • git fetch --all origin一次拉取所有分支
  • git push --all origin 一次将本地所有分支推上去

你可能感兴趣的:(git push 所有分支)