-->

Merging code branch to master using TortoiseGit

2019-02-06 01:57发布

问题:

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