git branch -r | grep -v '\->' | while read remote; do git branch --track "${remote#origin/}" "$remote"; done git fetch --all git pull --all
推荐阅读
- linux 多网卡发送udp广播
- 搭建本地服务器
- linux busybox中文显示修改说明
- f1c100s spi nand启动调试记录
- linux系统|数据备份--dump
- Ubuntu18.04下搭建go开发环境
- Ubuntu 软件安装、查找、卸载--apt-get、apt-cache命令安全