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
- Select the branch: Ensure the branch you want to merge is selected. If it is not active, switch to it.
- Open branch options: Click the dropdown button next to the branch name.
- Click the "Merge" button.
- Review changes: Compare and review the changes to ensure everything is correct.
- Confirm the merge: Click the
Merge
orMerge 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.