git 拉取远程分支

git branch -a 查看有哪些远程分支

git branch 分支 

git checkout -b  分支名

git pull 拉取该分支的最新代码

猜你喜欢

转载自www.cnblogs.com/zhouhaha/p/9269320.html