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

 

自己要与origin master 建立连接 

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

 

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

相关文章:

  • 2022-02-08
  • 2022-02-08
  • 2022-02-08
  • 2022-12-23
  • 2022-12-23
  • 2021-11-19
  • 2021-11-21
  • 2021-11-05
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-11-16
  • 2022-01-20
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案