I typed the following expressions into the command line:
git remote add coworkerBranch git://coworkersUsername/repo.git
git fetch origin
git checkout coworkerBranch
However, when I checked the files on my local drive, they weren't altered to match my coworker's changes. I'm new to this whole git syntax so I may be completely off, but is there anything else I need to do to access his files?