赞
踩
http方式 将项目拉到本地
$ git branch
如果远端已有wsy 直接切换分支:
$ git checkout wsy
$ git checkout master
拉下来最新的代码
$ git checkout wsy $ git merge master