Merge branch
Last updated
Last updated
having the branches ready for the merge, we write the following command being in the branch that we want to merge the branch with the changes.
if there were no conflicts, apply the following command
check in the branch that merged the changes if the changes are found.
having the branches ready for the merge, we write the following command being in the branch that we want to merge the branch with the changes.
We go to the 3 points and then follow the next path.
Branch -> merge branch
a modal will open and we choose the branch that we are going to merge.
Once we click on the branch name, the merge will be done.
If it does not mark conflicts, it only remains to press the button 'Sync Changes'.
Check in the branch that merged the changes if the changes are found.
Open your Git Graph and change to the branch you want to merge to. Here we are in the dev-branch:
Select the branch you want to merge and click-right.
Select Merge into current branch and accept merge.
.