Which command can we use to get changes from an origin remote into a local master branch?
Flawless! We need to use git pull followed by the remote and the branch we want to merge into the current branch.
Not quite! We need to use git pull followed by the remote and the branch we want to merge into the current branch.