码迷,mamicode.com
首页 > 其他好文 > 详细

Git神操作

时间:2019-08-02 12:49:56      阅读:70      评论:0      收藏:0      [点我收藏+]

标签:--   操作   div   one   class   grep   grep -v   branch   ranch   

git branch -r | grep -v \-> | while read remote; do git branch --track "${remote#origin/}" "$remote"; done
git fetch --all
git pull --all

 

 

一次性拉取所有分支代码

git branch | while read line; do git checkout $line; git pull ; done

 

Git神操作

标签:--   操作   div   one   class   grep   grep -v   branch   ranch   

原文地址:https://www.cnblogs.com/shuiyonglewodezzzzz/p/11287859.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!