Sweet! We've used git merge to bring the changes we fetched into origin/master to the master branch of our local repository.
git merge
origin/master
master
Using git log --all, we can see that the fetched changes are in the origin/master branch of our local repository.
git log --all