Merging code branch to master using TortoiseGit

后端 未结 1 1511
清酒与你
清酒与你 2020-12-30 00:13

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 bran

相关标签:
1条回答
  • 2020-12-30 00:38

    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
    0 讨论(0)
提交回复
热议问题