Skip to content

Merge Branches

Merging changes from one branch into the main branch allows you to publish updates and integrate new features or fixes into your primary codebase.

This process ensures that the latest developments are consolidated and made available for deployment or further collaboration.

Steps to Merge Branches

  1. Select the branch: Ensure the branch you want to merge is selected. If it is not active, switch to it.
  2. Open branch options: Click the dropdown button next to the branch name.
  3. Click the "Merge" button.
    Branch options
  4. Review changes: Compare and review the changes to ensure everything is correct.
    Branch merge
  5. Confirm the merge: Click the Merge or Merge and delete branch option to finalize merging

Once the merge is complete, the changes from the selected branch will be integrated into the main branch. The page will automatically reload to reflect the updates.