With multiple branches, we can have different versions of fortune_cookie.txt that we can access by moving between branches.

Let's create an alternate_reality branch and switch to it!

Sweet! Our reliable checkout command can be used with the branch name to switch to another branch.

Might we have to use the same command that we use to move between commits?