So, what's the deal with merging?
git merge with the branch we want to merge into the current branchgit merge with the branch we want to merge another branch intoSweet! 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.