Home How to create a branch and merge with master
Post
Cancel

How to create a branch and merge with master

  1. Create a branch

    branch-1

  2. Name the branch and you will be switched to it once pressed enter

    branch-2

  3. Make changes to the code and save. You will see pending changes on source control button on the left

    branch-3

  4. To merge branch to master* , Click on source control button and go to repositories You will see your changes like below

    branch-4

  5. Now switch to Master branch

  6. Click on the branch you will see command Pelette on the right. Select master branch.

    branch-5

  7. Click on Merge Branch and select branch name

    branch-6

  8. Click Commit, Add comments

  9. Click on Sync Changes

    branch-7

  10. Delete the branch

    branch-8

This post is licensed under CC BY 4.0 by the author.