git 同步远程分支

 命令 git pull -p 可以同步远程的分支

 

自己要与origin master 建立连接 

       git remote add origin  https://yourname:yourpassword@XXX(XXX这个是你克隆的项目的路径 后缀是.git)

 

在phpstrom下面  Git:xxx    里面会有一个Remote Branches 的 灰色按钮,点击它 ,就出现了。

posted on 2018-08-16 10:44  刷哥  阅读(3823)  评论(0编辑  收藏  举报

导航