We can merge branches to bring their changes together.

Sweet! We switch to the branch we want to merge into and use git merge followed by the branch name we want to take the changes from.

Psst: as long as the files in the branches don't conflict, the merge will go ahead smoothly.

Don't we want to merge branches instead of creating them?