git 切换到远程分支

git 切换远程分支

#查看远程分支
git branch -r

#拉取远程分支
git fetch origin 分支


#切换到远程分支
git checkout 分支

 

你可能感兴趣的