So, what's the deal with merging?

It brings the changes from a branch into anotherWe use git merge with the branch we want to merge into the current branchWe use git merge with the branch we want to merge another branch into

Sweet! Using git merge with a branch brings the changes from that branch into the one we're currently on.

Close! Using git merge with a branch brings the changes from that branch into the one we're currently on.