Type the following command to merge modifications from one branch into another. Replace name with the name of the branch containing the changes to be merged:
git merge name
Changes to the name of the source branch are subsequently merged into the destination branch (the current working directory).