我的源码在 阿里云的git上存储着呢
1. 在 code.aliyun.com 上 新建分支 fixbug
2. 通过在 phpstorm中 右键项目》》VSC>>Git>>Fetch 即可获取 远程所有分支
3. 在phpstorm右下角 有显示 当前分支,将其 选择为 check out as new local branch
4. 然后 在local Branches 中 选中 fixbug 分支,然后 点击 菜单 checkout
5.至此 切换分支 就搞定了了
提示: push代码的时候 一定看清楚,是push到 你切换后的分支
针对合并分支,可以在push代码之后,在 code.aliyun.com 提交合并申请,详见这里
时间: 2024-11-04 09:50:59