我们有时候想下载别人的代码加载到本地库,就需要批量操作一下别人的分支
一、批量push
bash
git push --all origin
二、批量pull
bash
git pull --all
三、参考