Great! Using git fetch with origin and master brings these changes to a branch in our local repository called origin/master.
git fetch
origin
master
origin/master
We need to fetch the changes before we can check out remote/master.
remote/master