Now that we've fetched the changes, we need to merge them from the origin/master branch into master.

Sweet! We've used git merge to bring the changes we fetched into origin/master to the master branch of our local repository.

Using git log --all, we can see that the fetched changes are in the origin/master branch of our local repository.