Branches allow us and others to work on different things, like features, at the same time. Let's find out what branch we're on!

Ah yes! The master branch is the default branch of every repository. Every time we add a commit, we're moving along the master branch.

Psst: as soon as we have additional branches, git branch will display those branches as well.

Don't we use checkout for something very different?