You can merge another branch into your current branch via the Command Palette or the terminal.

Merge a branch via the Command Palette

  1. Open the Command Palette
  2. Run the Git: Merge command (type merge and press Enter) Git: Checkout in the Command Palette

  3. Type the name of your branch you would like to merge into your current branch Git branch list

  4. Click on Merge or hit Enter when it is selected

Merging a branch in the terminal

To merge another branch into your current branch, type the following command in the terminal, just like you would do on your computer, locally:

git merge name-of-the-branch