Search code examples
gittortoisegit

Merging code branch to master using TortoiseGit


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).


Solution

  • 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