Merge

git merge [branch]

Combines the specified branch’s history with the current branch.
For more information on merging, see (TODO: add link).

Official documentation link.