示例把test分支合并到master分支。

1.先选择master分支,打开视图追踪的branches。

SmartGit 合并分支,图文

 

2.在branches里面的origin中,选择你要合并的分支test,右键check out出来,之后就会像上图一样,

在local branch里有了一个test。

 

3.正在local branch里双击master,checkout。然后右键test分支(都是指local)。

选择merge。

SmartGit 合并分支,图文

 

 4.最后提交你的合并分支。

SmartGit 合并分支,图文

 

相关文章:

  • 2022-12-23
  • 2021-10-29
  • 2021-11-08
  • 2021-12-11
  • 2021-12-07
  • 2022-12-23
  • 2021-10-16
  • 2021-12-31
猜你喜欢
  • 2021-09-16
  • 2021-05-31
  • 2021-09-23
  • 2021-11-26
  • 2022-01-01
  • 2021-11-11
  • 2021-11-14
相关资源
相似解决方案