更新本地代码   git pull

 

更新某分支代码

git clone  // 项目地址
git checkout zy 
git pull origin zy

 

查看全部分支

git branch -a

 

相关文章: