idea中新建分支

  1. 点击右下角显示的当前分支
  2. new branch 新建分支
  3. 可以来回点击切换当前分支
    idea右下角

idea提交文件

  1. 选择更改过的文件
  2. 右键 git->add
  3. 右键 git->commit
  4. 右键 git->repository->push 可在弹窗中选择提交到哪个分支