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 提交合并申请,详见这里
原文:http://www.cnblogs.com/duanweishi/p/6189323.html