Merging code branch to master using TortoiseGit

五迷三道 提交于 2019-11-29 05:57:16

问题


I am new in TortoiseGit. I created one branch named Angular. Now I want to merge that code into master, but I don't know how can I merge code branch Angular to master using TortoiseGit(not using command prompt).

Please help


回答1:


Switch to the master branch.

Right click in the directory you have your repo, go to TortoiseGit->Merge.

Select the branch your want to merge into master, then put in your merge message, hit ok

  1. Checkout Master
  2. TortoiseGit->Merge
  3. Select branch you want to merge, hit ok


来源:https://stackoverflow.com/questions/38202072/merging-code-branch-to-master-using-tortoisegit

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!