1.git pull拉取远程分支到本地 $ git pull <远程主机名> <远程分支名>:<本地分支名> 如拉取远程的master分支到本地wy分支: git pull origin master:wy