Whenever we commit something, it'll be committed to the currently checked-out branch.

Let's switch back to master and commit to it.

Wohoo! We switched to master, so the commit happened in that branch. If we would switch to alternate_reality, so would the commit.

Whoops! Didn't we want to checkout master this time?